Update compose path to not be absolute
This relies on `which` to find the correct binary instead
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
dest: /opt/yourls/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 yourls
|
||||
become: true
|
||||
|
||||
|
Reference in New Issue
Block a user