Browse Source

make sure default directory exists

master
parent
commit
190222bbb5
1 changed files with 5 additions and 0 deletions
  1. +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

Loading…
Cancel
Save