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
|
||||
set_fact:
|
||||
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
|
||||
|
||||
- debug:
|
||||
|
Loading…
x
Reference in New Issue
Block a user