Create the symbolic link for MightyWcms

This commit is contained in:
Blade of Darkness 2020-01-04 23:24:49 +01:00
parent f980079113
commit 51463ac061
1 changed files with 6 additions and 0 deletions

View File

@ -92,3 +92,9 @@
copy:
src: ../files/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