mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
fix: nginx role should run before uptime-kuma role
this is required because of configuration files should be present.
This commit is contained in:
parent
bb43dc2825
commit
7af628211e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue