Browse Source
somthing was missing in nginx tasks
mhkarimi1383/master
Muhammed Hussein karimi
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
ansible/roles/nginx/tasks/main.yml
|
|
@ -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 |
|
|
|