Trigger CI
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m6s Details

This commit is contained in:
Gleb Koval 2024-01-06 18:30:46 +00:00
parent 9efb2c28ac
commit 5c4d7cfe0d
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 2 additions and 2 deletions

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