mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
weird template error use copy instead
This commit is contained in:
parent
ad1fab91ef
commit
842808e70f
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@
|
|||
- block:
|
||||
|
||||
- name: Supply asterisk.conf to /etc/php/{{ php_version }}/fpm/pool.d/ with asterisk as the user
|
||||
template:
|
||||
src: asterisk.conf
|
||||
dest: /etc/php/{{ php_version }}/fpm/pool.d/
|
||||
copy:
|
||||
src: roles/pbx/templates/asterisk.conf
|
||||
dest: /etc/php/{{ php_version }}/fpm/pool.d/asterisk.conf
|
||||
when: pbx_enabled
|
||||
|
||||
- name: Remove /etc/php/{{ php_version }}/fpm/pool.d/asterisk.conf when disabled
|
||||
|
|
Loading…
Add table
Reference in a new issue