From 04ac5a97ec0f3621fa767f3a241a82ef290b042f Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Sat, 22 Jun 2013 04:42:52 +0000 Subject: [PATCH] add copr-fe user before we try anything else --- playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml index e1e457683b..2b9551de79 100644 --- a/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml @@ -38,14 +38,16 @@ - postgresql-server - git + - name: add copr-fe user + action: user name=copr-fe state=present system=yes home=/home/copr-fe + - name: copy apache files to conf.d action: copy src=$files/copr/fe/httpd/$item dest=/etc/httpd/conf.d/$item with_items: - coprs.conf - welcome.conf - - - - name: start services + + - name: enable services action: service state=running enabled=yes name=$item with_items: - httpd