We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fa94a commit a0b9c9dCopy full SHA for a0b9c9d
defaults/main.yml
@@ -63,6 +63,3 @@ roundcube_carddav_version: 4.4.2
63
64
# Installer
65
roundcube_enable_installer: false
66
-
67
-# Apache
68
-roundcube_apache: true
handlers/main.yml
@@ -17,7 +17,7 @@
17
ansible.builtin.service:
18
name: apache2
19
state: restarted
20
- when: roundcube_apache | bool
+ when: ansible_facts.services is search("apache2.service")
21
notify:
22
- Restart php-fpm
23
0 commit comments