Create the symbolic link for MightyWcms
This commit is contained in:
parent
f980079113
commit
51463ac061
|
@ -92,3 +92,9 @@
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/mightywcms.thunix.conf
|
src: ../files/etc/apache2/sites-available/mightywcms.thunix.conf
|
||||||
dest: /etc/apache2/sites-available/mightywcms.thunix.conf
|
dest: /etc/apache2/sites-available/mightywcms.thunix.conf
|
||||||
|
|
||||||
|
- name: Create the symbolic link for mightywcms.thunix.net
|
||||||
|
file:
|
||||||
|
src: /etc/apache2/sites-available/mightywcms.thunix.conf
|
||||||
|
dest: /etc/apache2/sites-enabled/mightywcms.thunix.conf
|
||||||
|
state: link
|
||||||
|
|
Loading…
Reference in New Issue