httpd can't be restarted before it's started anymore
This commit is contained in:
parent
471aa87ffe
commit
abc1a3b341
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
- name: start httpd (provided in the apache role)
|
||||
service: name=httpd state=started
|
||||
|
||||
- name: ensure packages required for phabricator are installed (yum)
|
||||
yum: name={{ item }} state=present enablerepo={{ extra_enablerepos }}
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue