changeset 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
files roles/install-php/tasks/main.yml
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/roles/install-php/tasks/main.yml	Thu Sep 03 12:45:12 2020 +0900
+++ b/roles/install-php/tasks/main.yml	Thu Sep 03 13:46:18 2020 +0900
@@ -32,13 +32,6 @@
     replace: ';\1'
   notify: restart_php_fpm
 
-- name: replace /etc/php-fpm.d/www.conf
-  become: yes
-  replace:
-    path: /etc/php-fpm.d/www.conf
-    regexp: '(listen.acl_users)'
-    replace: ';\1'
-  notify: restart_php_fpm
 
 - name: replace /etc/php-fpm.d/www.conf
   become: yes