correct ansible-lint warnings

This commit is contained in:
2020-05-12 12:13:58 +02:00
parent e63832ad77
commit 5626400740

View File

@@ -13,7 +13,7 @@
- name: php-fpm config file
template:
src: pool.conf.jj
dest: /etc/opt/remi/php73/php-fpm.d/{{apache_server_name }}.conf
dest: /etc/opt/remi/php73/php-fpm.d/{{ apache_server_name }}.conf
notify: restart php-fpm
when: apache_use_php