mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Put this string in quotes
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
This commit is contained in:
parent
77407e4820
commit
eed01b1333
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
- name: Enable httpd conf file if lokole_enabled (debuntu)
|
- name: Enable httpd conf file if lokole_enabled (debuntu)
|
||||||
file:
|
file:
|
||||||
src: /etc/{{ apache_config_dir }}/lokole.conf
|
src: "/etc/{{ apache_config_dir }}/lokole.conf"
|
||||||
dest: /etc/apache2/sites-enabled/lokole.conf
|
dest: /etc/apache2/sites-enabled/lokole.conf
|
||||||
state: link
|
state: link
|
||||||
when: lokole_enabled and is_debuntu
|
when: lokole_enabled and is_debuntu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue