create /srv/web directory
This commit is contained in:
parent
8d3223e0dd
commit
5703b88f03
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
- name: Create /srv/pub directory
|
||||
file: path=/srv/pub state=directory
|
||||
|
||||
- name: Create /srv/web directory
|
||||
file: path=/srv/web state=directory
|
||||
|
||||
- name: Get libsemanage-python
|
||||
yum: pkg=libsemanage-python state=installed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue