Use file for creating the 1337 mount.
This commit is contained in:
parent
e5684df2db
commit
64c7593ce3
@ -2,7 +2,10 @@
|
|||||||
# Mount shares that all systems should have.
|
# Mount shares that all systems should have.
|
||||||
|
|
||||||
- name: Mounts | Create 1337 Folder
|
- name: Mounts | Create 1337 Folder
|
||||||
shell: mkdir -p /mnt/leet
|
file:
|
||||||
|
path: /mnt/leet
|
||||||
|
state: directory
|
||||||
|
mode: '0755'
|
||||||
|
|
||||||
- name: Mounts | Create fstab Entries
|
- name: Mounts | Create fstab Entries
|
||||||
blockinfile:
|
blockinfile:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user