roles: don't compare literal true and false
I changed these yesterday when editing the truthy values, but acco- rding to ansible-link we can just rely on them being true or false without comparing.
This commit is contained in:
@ -30,6 +30,6 @@
|
||||
notify: reload php7.3-fpm
|
||||
|
||||
tags: php-fpm
|
||||
when: install_php == true
|
||||
when: install_php
|
||||
|
||||
# vim: set ts=2 sw=2:
|
||||
|
@ -31,6 +31,6 @@
|
||||
notify: reload php7.4-fpm
|
||||
|
||||
tags: php-fpm
|
||||
when: install_php == true
|
||||
when: install_php
|
||||
|
||||
# vim: set ts=2 sw=2:
|
||||
|
Reference in New Issue
Block a user