Skip to content

Commit

Permalink
fix: 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 bc9abda commit 89d6cdd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ansible/idrac_virtual_media.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@
retries_count: 60
interval: 60

collections:
- dellemc.openmanage

tasks:

- name: Set iDRAC virtual media attach attribute to attached.
idrac_attributes:
dellemc.openmanage.idrac_attributes:
idrac_ip: "{{ inventory_hostname }}"
idrac_user: "{{ user }}"
idrac_password: "{{ password }}"
Expand Down

0 comments on commit 89d6cdd

Please sign in to comment.