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: ansible.builtin.file:
path: /mnt/nvme path: /mnt/nvme
state: directory state: directory
recurse: yes recurse: true
owner: debian owner: debian
group: debian group: debian
become: true become: true
@ -61,7 +61,7 @@
ansible.builtin.file: ansible.builtin.file:
path: /mnt/media path: /mnt/media
state: directory state: directory
recurse: yes recurse: true
owner: debian owner: debian
group: debian group: debian
become: true become: true