From 226be654ccf5836d6d9fbd45ef36fad70d3aa403 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 13 Feb 2021 05:46:51 -0600 Subject: [PATCH] Remove old parenthesis. --- 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 1581889..0777a60 100644 --- a/tasks/general/acct_mgmt/mounts.yml +++ b/tasks/general/acct_mgmt/mounts.yml @@ -22,6 +22,7 @@ # Make super sure that the failed key exists. +# https://www.middlewareinventory.com/blog/ansible-dict/ - name: General | Account Management | Mounts | Check/Set sshfs_test.failed Key set_fact: sshfs_test: "{{ sshfs_test | combine({item.key : item.value}) }}" @@ -56,7 +57,7 @@ shell: mount -a args: warn: false - when: ansible_system == "Linux" and not sshfs_test.failed) + when: ansible_system == "Linux" and not sshfs_test.failed # FreeBSD has to do this via root cron job, fstab is unhappy