mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
fix path of moved file
This commit is contained in:
parent
62b69149b9
commit
47053a0e50
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
state=directory
|
state=directory
|
||||||
|
|
||||||
- name: Install admin home page into apache2
|
- name: Install admin home page into apache2
|
||||||
template: src=console/xsce-home-page.conf
|
template: src=xsce-home-page.conf
|
||||||
dest=/etc/{{ apache_config_dir }}/xsce-home-page.conf
|
dest=/etc/{{ apache_config_dir }}/xsce-home-page.conf
|
||||||
|
|
||||||
- name: Enable the home page
|
- name: Enable the home page
|
||||||
|
|
Loading…
Reference in a new issue