Update samba file permissions in playbook
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 2m28s Details

This commit is contained in:
Gleb Koval 2024-01-27 18:24:02 +00:00
parent 7eff8a43ef
commit 58c1132a22
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 9 additions and 0 deletions

View File

@ -33,3 +33,12 @@
ansible.builtin.command: docker compose up -d
args:
chdir: "{{ user.home }}/{{ app }}"
- name: Update samba permissions
ansible.builtin.file:
path: /mnt/share/samba
state: directory
recurse: true
owner: debian
group: debian
become: true