mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Excess '| bool' clauses in httpd/tasks/enable.yml
This commit is contained in:
parent
07e59583dd
commit
85e60bae0d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
src: "/etc/{{ apache_config_dir }}/osm.conf"
|
||||
path: /etc/apache2/sites-enabled/osm.conf
|
||||
state: link
|
||||
when: is_debuntu | bool and osm_vector_maps_enabled | bool
|
||||
when: is_debuntu and osm_vector_maps_enabled
|
||||
|
||||
- name: Give {{ apache_user }} (per variable apache_user) permission to poweroff, installing /etc/sudoers.d/020_apache_poweroff from template
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue