akondas / ansible-role-php7

Ansible Role - PHP 7
https://galaxy.ansible.com/itcraftsmanpl/php7/
MIT License
40 stars 45 forks source link

Add privileges escalation on php7 restart handler #10

Closed deuzu closed 7 years ago

deuzu commented 7 years ago

I had an access denied exception when ansible tried to restart php7 fpm

RUNNING HANDLER [itcraftsmanpl.php7 : restart php7-fpm] ************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to restart service php7.0-fpm: Failed to restart php7.0-fpm.service: Access denied\n"}
akondas commented 7 years ago

thanks