zabbix: replace template task with copy
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
c881ad8d65
commit
dcbfc405eb
3 changed files with 4 additions and 4 deletions
|
@ -84,8 +84,8 @@
|
||||||
- zabbix-configuration
|
- zabbix-configuration
|
||||||
|
|
||||||
- name: Configure /etc/php-fpm.d/www.conf file
|
- name: Configure /etc/php-fpm.d/www.conf file
|
||||||
ansible.builtin.template:
|
ansible.builtin.copy:
|
||||||
src: php-fpm_www.conf.j2
|
src: php-fpm_www.conf
|
||||||
dest: /etc/php-fpm.d/www.conf
|
dest: /etc/php-fpm.d/www.conf
|
||||||
mode: 0600
|
mode: 0600
|
||||||
owner: nginx
|
owner: nginx
|
||||||
|
@ -94,8 +94,8 @@
|
||||||
- zabbix-configuration
|
- zabbix-configuration
|
||||||
|
|
||||||
- name: Configure nginx conf.d/zabbix.conf
|
- name: Configure nginx conf.d/zabbix.conf
|
||||||
ansible.builtin.template:
|
ansible.builtin.copy:
|
||||||
src: php-fpm_zabbix.conf.j2
|
src: php-fpm_zabbix.conf
|
||||||
dest: /etc/php-fpm.d/zabbix.conf
|
dest: /etc/php-fpm.d/zabbix.conf
|
||||||
mode: 0600
|
mode: 0600
|
||||||
owner: nginx
|
owner: nginx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue