Fix #36: Fix mounts and trigger CI (#39)
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m48s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m48s
We need to create each samba folder manually - do it with docker-compose I guess. Reviewed-on: #39
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Get user
|
||||
ansible.builtin.user:
|
||||
name: debian
|
||||
register: user
|
||||
|
||||
- name: Docker compose down
|
||||
ansible.builtin.command: docker compose down
|
||||
args:
|
||||
|
Reference in New Issue
Block a user