Fix #28: Do not use user: for metube and picard #31

Merged
cyclane merged 2 commits from fix-28 into main 2024-01-06 18:31:06 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5c4d7cfe0d - Show all commits

View File

@ -52,7 +52,7 @@
ansible.builtin.file:
path: /mnt/nvme
state: directory
recurse: yes
recurse: true
owner: debian
group: debian
become: true
@ -61,7 +61,7 @@
ansible.builtin.file:
path: /mnt/media
state: directory
recurse: yes
recurse: true
owner: debian
group: debian
become: true