removed partial duplicate code

This commit is contained in:
Beth Parker 2025-03-20 01:28:49 -05:00
parent 237ffd5244
commit 89a6cd6c64

View file

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