roles/php-fpm: fix truthy-ness in when

This commit is contained in:
2022-09-10 23:12:26 +03:00
parent ffe7a872dd
commit 677cc9f160
3 changed files with 3 additions and 3 deletions

View File

@ -30,6 +30,6 @@
notify: reload php7.3-fpm
tags: php-fpm
when: install_php
when: install_php == true
# vim: set ts=2 sw=2:

View File

@ -30,6 +30,6 @@
notify: reload php7.2-fpm
tags: php-fpm
when: install_php
when: install_php == true
# vim: set ts=2 sw=2:

View File

@ -31,6 +31,6 @@
notify: reload php7.4-fpm
tags: php-fpm
when: install_php
when: install_php == true
# vim: set ts=2 sw=2: