mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Fix internetarchive/tasks/install.yml
This commit is contained in:
parent
5c904b30ea
commit
2bc25d3c84
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
- name: "Install from template: /etc/{{ apache_conf_dir }}/internetarchive.conf"
|
||||
template:
|
||||
src: internetarchive.conf
|
||||
dest: "{{ /etc/{{ apache_conf_dir }}/internetarchive.conf }}" # apache2/sites-available
|
||||
dest: "/etc/{{ apache_conf_dir }}/internetarchive.conf" # apache2/sites-available
|
||||
when: apache_installed is defined
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue