diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 539a2ca44d..76e775f089 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -54,7 +54,9 @@ - packages - name: add jenkins proxy config file for apache - action: copy src="{{ files }}/jenkins/master/jenkins-apache.conf" dest=/etc/httpd/conf.d/jenkins-apache.conf owner=root group=root mode=0644 + action: copy src="{{ files }}/jenkins/master/jenkins-apache.conf" + dest=/etc/httpd/conf.d/jenkins-apache.conf + owner=root group=root mode=0644 notify: - restart httpd tags: @@ -64,12 +66,16 @@ action: service name=httpd state=running enabled=true - name: add jenkins upstream repo - action: copy src="{{ files }}/jenkins/master/jenkins.repo" dest=/etc/yum.repos.d/jenkins.repo owner=root group=root + action: copy src="{{ files }}/jenkins/master/jenkins.repo" + dest=/etc/yum.repos.d/jenkins.repo + owner=root group=root tags: - config - name: import jenkins upstream gpg key - action: copy src="{{ files }}/jenkins/master/jenkins-ci.org.key" dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-jenkins-ci.org owner=root group=root + action: copy src="{{ files }}/jenkins/master/jenkins-ci.org.key" + dest=/etc/pki/rpm-gpg/RPM-GPG-KEY-jenkins-ci.org + owner=root group=root tags: - config