Update 'roles/webserver/tasks/apache.yml'

This commit is contained in:
Anton McClure 2019-01-10 16:03:52 -05:00
parent c9e1a8cb30
commit 6a033d9aa5
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@
copy:
src: ../files/etc/apache2/sites-available/www.amcclure.tilde.conf
dest: /etc/apache2/sites-available/www.amcclure.tilde.conf
- name: Deploy Apache2 Site Config www.amcclure.ttm.sh.conf
copy:
src: ../files/etc/apache2/sites-available/www.amcclure.ttm.sh.conf
dest: /etc/apache2/sites-available/www.amcclure.ttm.sh.conf
- name: Deploy Apache2 Site Config you.wer.ee.conf
copy: