httpd can't be restarted before it's started anymore

This commit is contained in:
Tim Flink 2016-12-15 20:31:31 +00:00
parent 471aa87ffe
commit abc1a3b341

View file

@ -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: