Put vhost in subdir of templates
This commit is contained in:
parent
d5f527442a
commit
092a1fbc85
2 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
- name: Copy vHost conf
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
src: tunuifranken.info.conf.j2
|
||||
src: apache2/tunuifranken.info.conf.j2
|
||||
dest: /etc/apache2/sites-available/tunuifranken.info.conf
|
||||
mode: 0644
|
||||
notify: Reload apache2 service
|
||||
|
|
Loading…
Reference in a new issue