Skip to content

Commit

Permalink
Fix indentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Sep 20, 2022
1 parent a39f69a commit 3d2e344
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
assert:
that:
- all_hosts_result_check_mode.rule_set_state[esxi1]['vvold']['current_state'] == true
- all_hosts_result_check_mode.rule_set_state[esxi2]['vvold']['current_state'] == true
- all_hosts_result_check_mode.rule_set_state[esxi2]['vvold']['current_state'] == true
- all_hosts_result_check_mode.rule_set_state[esxi2]['vvold']['desired_state'] == true

- name: Disable vvold for {{ host1 }} in check mode
Expand Down Expand Up @@ -227,9 +227,9 @@
- name: NFC
enabled: true
allowed_hosts:
all_ip: false
ip_address:
- "1.2.3.4"
all_ip: false
ip_address:
- "1.2.3.4"
register: using_list

- debug: var=using_list
Expand Down

0 comments on commit 3d2e344

Please sign in to comment.