fix: nginx role should run before uptime-kuma role

this is required because of configuration files should be present.
This commit is contained in:
Muhammed Hussein karimi 2021-12-14 20:17:40 +03:30 committed by GitHub
parent bb43dc2825
commit 7af628211e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,5 +15,5 @@
roles:
- {role: geerlingguy.docker, tags: ["docker"]}
- {role: geerlingguy.pip, tags: ["docker"]}
- {role: uptime-kuma, tags: ["kuma"]}
- {role: nginx, tags: ["nginx"]}
- {role: uptime-kuma, tags: ["kuma"]}