Skip to content

Commit

Permalink
fix: ansible linter
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Nov 7, 2024
1 parent 89d6cdd commit 4fbed78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ansible/idrac_virtual_media.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

tasks:

- name: Set iDRAC virtual media attach attribute to attached.
dellemc.openmanage.idrac_attributes:
idrac_ip: "{{ inventory_hostname }}"
idrac_user: "{{ user }}"
idrac_password: "{{ password }}"
validate_certs: false
idrac_attributes:
VirtualMedia.1.Attached: "Attached"
- name: Set iDRAC virtual media attach attribute to attached.
dellemc.openmanage.idrac_attributes:
idrac_ip: "{{ inventory_hostname }}"
idrac_user: "{{ user }}"
idrac_password: "{{ password }}"
validate_certs: false
idrac_attributes:
VirtualMedia.1.Attached: "Attached"

0 comments on commit 4fbed78

Please sign in to comment.