Fix name to key.

This commit is contained in:
Hyperling 2021-02-13 05:45:21 -06:00
parent 47157323ca
commit 42f677c476

View File

@ -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