Trigger CI
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m6s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m6s
Details
This commit is contained in:
parent
9efb2c28ac
commit
5c4d7cfe0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue