parameterize apprise url
This commit is contained in:
parent
047ee4388b
commit
2382cf30da
6 changed files with 36 additions and 5 deletions
|
@ -19,8 +19,8 @@
|
|||
state: directory
|
||||
|
||||
- name: Copy Docker stack file
|
||||
template:
|
||||
src: "{{ role_path }}/docker-stack.yml.j2"
|
||||
copy:
|
||||
src: "{{ role_path }}/docker-stack.yml"
|
||||
dest: /srv/traefik/docker-stack.yml
|
||||
|
||||
- name: Deploy Docker stack
|
||||
|
|
Reference in a new issue