generated from sebclem/ansible-role-template
Fix default site del
This commit is contained in:
parent
e641f84b3e
commit
a080fe5f1f
@ -31,9 +31,10 @@
|
|||||||
- name: Disable default site
|
- name: Disable default site
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "/etc/apache2/sites-enabled/000-default.conf"
|
path: "/etc/apache2/sites-enabled/000-default.conf"
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Enable dolibarr site
|
- name: Enable dolibarr site
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "/etc/apache2/sites-enabled/dolibarr"
|
path: "/etc/apache2/sites-enabled/dolibarr.conf"
|
||||||
src: "/etc/apache2/sites-available/dolibarr.conf"
|
src: "/etc/apache2/sites-available/dolibarr.conf"
|
||||||
state: link
|
state: link
|
||||||
|
Loading…
Reference in New Issue
Block a user