Fix name to key.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user