Use file for creating the 1337 mount.

This commit is contained in:
Hyperling 2021-02-01 08:17:50 -06:00
parent e5684df2db
commit 64c7593ce3

View File

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