Change a conditional.

This commit is contained in:
Andrea Dell'Amico 2021-04-06 12:09:43 +02:00
parent f104dd0bd0
commit ed9fb5f74a
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ dependencies:
version: master
name: apache
state: latest
when: apache_service_enabled is defined and apache_service_enabled
when: apache_enabled is defined and apache_enabled