Skip to content
Snippets Groups Projects
Commit 046b6615 authored by Chris Croome's avatar Chris Croome
Browse files

Create /avr/www/localhost

parent 3b554129
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,11 @@
dest: /etc/apache2/mods-available/ssl.conf
register: apache_ssl
- name: Apache localhost directory in place
file:
path: /var/www/localhost
state: directory
- name: Apache localhost.conf in place
copy:
src: files/localhost.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment