chore: added docker_compose_deploy variable
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
- name: deploy compose files
|
||||
include_tasks: composes.yml
|
||||
when: docker_compose_stat.stat.exists
|
||||
when: docker_compose_deploy and docker_compose_stat.stat.exists
|
||||
|
||||
- name: Configure docker system prune with cron
|
||||
when: docker_cronjob_prune
|
||||
|
||||
Reference in New Issue
Block a user