From d28cdd5d534949ffbc7ff962e4be3505f139c946 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Feb 2021 21:09:18 -0600 Subject: [PATCH] Do not warn on mount all. Mount module not sufficient. --- 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 a718149..4afb211 100644 --- a/tasks/general/acct_mgmt/mounts.yml +++ b/tasks/general/acct_mgmt/mounts.yml @@ -15,4 +15,5 @@ backup: yes - name: Mounts | Mount All - shell: mount -a \ No newline at end of file + shell: mount -a + warn: false \ No newline at end of file