Try a better looking format.
This commit is contained in:
parent
253d19297f
commit
47157323ca
@ -25,7 +25,8 @@
|
|||||||
- name: General | Account Management | Mounts | Check/Set sshfs_test.failed Key
|
- name: General | Account Management | Mounts | Check/Set sshfs_test.failed Key
|
||||||
set_fact:
|
set_fact:
|
||||||
sshfs_test: "{{ sshfs_test | combine({item.name : item.value}) }}"
|
sshfs_test: "{{ sshfs_test | combine({item.name : item.value}) }}"
|
||||||
with_items: "{{ 'key': 'failed', 'value': false }}"
|
with_items:
|
||||||
|
- { 'key': 'failed', 'value': false }
|
||||||
when: sshfs_test.failed is not defined
|
when: sshfs_test.failed is not defined
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user