comparison roles/install-php/tasks/main.yml @ 28:94d62666b307 default tip

...
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 03 Sep 2020 13:46:18 +0900
parents 1f1ecee8072b
children
comparison
equal deleted inserted replaced
27:1f1ecee8072b 28:94d62666b307
30 path: /etc/php-fpm.d/www.conf 30 path: /etc/php-fpm.d/www.conf
31 regexp: '(listen.acl_users)' 31 regexp: '(listen.acl_users)'
32 replace: ';\1' 32 replace: ';\1'
33 notify: restart_php_fpm 33 notify: restart_php_fpm
34 34
35 - name: replace /etc/php-fpm.d/www.conf
36 become: yes
37 replace:
38 path: /etc/php-fpm.d/www.conf
39 regexp: '(listen.acl_users)'
40 replace: ';\1'
41 notify: restart_php_fpm
42 35
43 - name: replace /etc/php-fpm.d/www.conf 36 - name: replace /etc/php-fpm.d/www.conf
44 become: yes 37 become: yes
45 replace: 38 replace:
46 path: /etc/php-fpm.d/www.conf 39 path: /etc/php-fpm.d/www.conf