Fix name to key.
This commit is contained in:
parent
47157323ca
commit
42f677c476
@ -24,7 +24,7 @@
|
||||
# Make super sure that the failed key exists.
|
||||
- name: General | Account Management | Mounts | Check/Set sshfs_test.failed Key
|
||||
set_fact:
|
||||
sshfs_test: "{{ sshfs_test | combine({item.name : item.value}) }}"
|
||||
sshfs_test: "{{ sshfs_test | combine({item.key : item.value}) }}"
|
||||
with_items:
|
||||
- { 'key': 'failed', 'value': false }
|
||||
when: sshfs_test.failed is not defined
|
||||
|
Loading…
x
Reference in New Issue
Block a user