From 47157323ca4d70872720c3f29599ed17cc7caf85 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 13 Feb 2021 05:44:03 -0600 Subject: [PATCH] Try a better looking format. --- tasks/general/acct_mgmt/mounts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/mounts.yml b/tasks/general/acct_mgmt/mounts.yml index 3709539..b8de94c 100644 --- a/tasks/general/acct_mgmt/mounts.yml +++ b/tasks/general/acct_mgmt/mounts.yml @@ -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: