Added ext4 and bind mounts #2

Merged
ejparker merged 2 commits from add_ext4_and_bind into prod 2025-03-20 14:45:58 -05:00
Showing only changes of commit 89a6cd6c64 - Show all commits

View file

@ -7,10 +7,4 @@
opts: noatime
state: mounted
loop: "{{ ext4_mounts }}"
- name: mount ext4
ansible.builtin.mount:
path: "/mnt/data/"
src: "UUID=a11c4225-bf55-4888-ab15-589afde95510"
fstype: ext4