# HG changeset patch # User anatofuz # Date 1599108378 -32400 # Node ID 94d62666b307984aa02439015859324da367eca9 # Parent 1f1ecee8072b95ced6b51f287423e5976ebb6491 ... diff -r 1f1ecee8072b -r 94d62666b307 roles/install-php/tasks/main.yml --- 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