This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-apache
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make sure default directory exists
master
Markus Katharina Brechtel
5 years ago
parent
527bd42b27
commit
190222bbb5
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tasks/setup_Debian.yml
+ 5
- 0
tasks/setup_Debian.yml
View File
@@ -9,3 +9,8 @@
file:
path: /var/www/html/index.html
state: absent
- name: make sure default directory exists
file:
path: /var/www/default/
state: directory
Write
Preview
Loading…
Cancel
Save