fix: nginx role should run before uptime-kuma role

this is required because of configuration files should be present.
pull/1058/head
Muhammed Hussein karimi 2 years ago committed by GitHub
parent bb43dc2825
commit 7af628211e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"]}

Loading…
Cancel
Save