removed partial duplicate code
This commit is contained in:
parent
237ffd5244
commit
89a6cd6c64
1 changed files with 1 additions and 7 deletions
|
@ -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
|
|
Loading…
Add table
Reference in a new issue