Drop making this dir, ansible mount should do so.

This commit is contained in:
Kevin Fenzi 2016-05-17 22:09:42 +00:00
parent cb37121471
commit ab19c8d9e5
2 changed files with 0 additions and 10 deletions

View file

@ -57,11 +57,6 @@
- config
- mediawiki
- name: creating attachments dir
file: path=/mnt/web/attachments owner=apache group=root mode=755 state=directory
tags:
- mediawiki
- name: startup apache
service: name=httpd enabled=yes state=started
tags:

View file

@ -53,11 +53,6 @@
- config
- mediawiki
- name: creating attachments dir
file: path=/mnt/web/attachments owner=apache group=root mode=755 state=directory
tags:
- mediawiki
- name: startup apache
service: name=httpd enabled=yes state=started
tags: