mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Merge pull request #1058 from mhkarimi1383/patch-1
fix: nginx role should run before uptime-kuma role
This commit is contained in:
commit
df4c354e46
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