zabbix: replace template task with copy

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2023-06-14 12:13:58 +01:00
parent c881ad8d65
commit dcbfc405eb
3 changed files with 4 additions and 4 deletions

View file

@ -84,8 +84,8 @@
- zabbix-configuration
- name: Configure /etc/php-fpm.d/www.conf file
ansible.builtin.template:
src: php-fpm_www.conf.j2
ansible.builtin.copy:
src: php-fpm_www.conf
dest: /etc/php-fpm.d/www.conf
mode: 0600
owner: nginx
@ -94,8 +94,8 @@
- zabbix-configuration
- name: Configure nginx conf.d/zabbix.conf
ansible.builtin.template:
src: php-fpm_zabbix.conf.j2
ansible.builtin.copy:
src: php-fpm_zabbix.conf
dest: /etc/php-fpm.d/zabbix.conf
mode: 0600
owner: nginx