roles/php-fpm: fix truthy-ness in when
This commit is contained in:
parent
ffe7a872dd
commit
677cc9f160
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user