forked from infra/ansible
icinga: rename config template
This commit is contained in:
parent
a5620befbe
commit
f18c07e9fa
@ -52,7 +52,7 @@
|
||||
become_user: postgres
|
||||
|
||||
- name: Configure icinga ido pgsql
|
||||
template: src=ido-pgsql.conf.j2 dest=/etc/icinga2/features-available/ido-pgsql.conf owner={{ icinga_user }} group={{ icinga_group }}
|
||||
template: src=icinga2/features-available/ido-pgsql.conf.j2 dest=/etc/icinga2/features-available/ido-pgsql.conf owner={{ icinga_user }} group={{ icinga_group }}
|
||||
notify: Restart icinga2
|
||||
|
||||
- name: Enable icinga ido PostgreSQL
|
||||
|
Loading…
Reference in New Issue
Block a user