mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-23 12:20:18 +00:00
Create the symbolic link for MightyWcms
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user