zabbix: rearrange task import
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
949049047e
commit
701dca3ef7
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- include_tasks: db.yml
|
||||
|
||||
- name: Configuring postgres server
|
||||
ansible.builtin.template:
|
||||
src: pg_hba.conf.j2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- include_tasks: install.yml
|
||||
- include_tasks: db.yml
|
||||
# - include_tasks: db.yml
|
||||
# - include_tasks: plugins.yml
|
||||
- include_tasks: start_services.yml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue