Update compose path to not be absolute
This relies on `which` to find the correct binary instead
This commit is contained in:
@ -20,6 +20,6 @@
|
||||
dest: /opt/pages/docker-compose.yml
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
||||
validate: /usr/bin/docker-compose -f %s config
|
||||
validate: docker-compose -f %s config
|
||||
notify: restart pages
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user