Try a better looking format.

This commit is contained in:
Hyperling 2021-02-13 05:44:03 -06:00
parent 253d19297f
commit 47157323ca

View File

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