From 64c7593ce348b42875f5a0ae2960f90672b6c887 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 1 Feb 2021 08:17:50 -0600 Subject: [PATCH] Use file for creating the 1337 mount. --- tasks/general/acct_mgmt/mounts.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/mounts.yml b/tasks/general/acct_mgmt/mounts.yml index c816c16..f84f098 100644 --- a/tasks/general/acct_mgmt/mounts.yml +++ b/tasks/general/acct_mgmt/mounts.yml @@ -2,7 +2,10 @@ # Mount shares that all systems should have. - name: Mounts | Create 1337 Folder - shell: mkdir -p /mnt/leet + file: + path: /mnt/leet + state: directory + mode: '0755' - name: Mounts | Create fstab Entries blockinfile: