Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
ABHISHEK-SINHA10 committed Jan 22, 2025
1 parent 96d24fe commit ef3ea62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/idrac_gather_facts/molecule/cpu-10626/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
connection: local
gather_facts: false
vars:
hostname: "100.96.25.90"
username: "root"
password: "Dell_123$"
hostname: "{{ lookup('env', 'IDRAC_IP') }}"
username: "{{ lookup('env', 'IDRAC_USER') }}"
password: "{{ lookup('env', 'IDRAC_PASSWORD') }}"
validate_certs: false
target:
- CPU
Expand Down

0 comments on commit ef3ea62

Please sign in to comment.