1
0
Fork 0
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:
A Holt 2018-11-03 13:23:42 -04:00 committed by GitHub
parent 77407e4820
commit eed01b1333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@
- name: Enable httpd conf file if lokole_enabled (debuntu)
file:
src: /etc/{{ apache_config_dir }}/lokole.conf
src: "/etc/{{ apache_config_dir }}/lokole.conf"
dest: /etc/apache2/sites-enabled/lokole.conf
state: link
when: lokole_enabled and is_debuntu