Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Nov 7, 2024
1 parent 8f1088a commit bc9abda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/idrac_virtual_media.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# From: https://developer.dell.com/apis/9008/versions/1.0/docs/Tutorials/iDRAC%20Modules/Deploy-operating-systems-on-PowerEdge-servers-using-Virtual-Media.md
hosts: dh1bmc
become: true
gather_facts: False
gather_facts: false
vars:
retries_count: 60
interval: 60
Expand All @@ -20,6 +20,6 @@
idrac_ip: "{{ inventory_hostname }}"
idrac_user: "{{ user }}"
idrac_password: "{{ password }}"
validate_certs: False
validate_certs: false
idrac_attributes:
VirtualMedia.1.Attached: "Attached"

0 comments on commit bc9abda

Please sign in to comment.