Add names. Only use tasks: once.
This commit is contained in:
parent
fb9681f3a7
commit
132a1393a5
@ -122,15 +122,12 @@
|
||||
- include: tasks/server/onlyoffice.yml
|
||||
when: onlyoffice is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
tasks:
|
||||
- include: tasks/server/grafana.yml
|
||||
when: grafana is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
tasks:
|
||||
- include: tasks/server/influxdb.yml
|
||||
when: influxdb is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
tasks:
|
||||
- include: tasks/server/telegraf.yml
|
||||
when: telegraf is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user