mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-25 22:41:53 +08:00
Drop making this dir, ansible mount should do so.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user