somthing was missing in nginx tasks

This commit is contained in:
Muhammed Hussein karimi 2021-10-12 07:57:44 +03:30 committed by GitHub
parent 166c4d6b5f
commit 5db728841b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,9 @@
template:
src: "nginx.conf"
dest: /compose/volumes/nginx/nginx.conf
- name: Ensure uptime-kuma is up
docker_compose:
state: present
project_src: /compose/kuma
pull: no