]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove gnu copying from ansible playbooks 134/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 23 Sep 2015 18:05:09 +0000 (14:05 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 23 Sep 2015 18:05:09 +0000 (14:05 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml
ansible/slave.yml.j2

index 37ddd41dad5e52da073383f3423ac760a1b1b8eb..c06984658cef6629ce1f16d3c365364ed14baa25 100644 (file)
     - name: ensure the build dir exists
       file: path=/home/{{ jenkins_user }}/build state=directory owner={{ jenkins_user }}
 
-    - name: copy the gnupg files to build/
-      synchronize: src=files/gnupg.ceph-release dest=/home/{{ jenkins_user }}/build/gnupg.ceph-release
-      ignore_errors: true
-
     - name: Install RPM requirements
       sudo: yes
       yum: name={{ item }} state=present
index 62643c14fb61ece8faceb37e3e0192f5fa225cb5..75bed554cd970c1808cd328f9e0a87b5809b3dee 100644 (file)
     - name: ensure the build dir has the right owner permissions
       file: path=/home/{{ jenkins_user }}/build state=directory owner={{ jenkins_user }}
 
-    - name: copy the gnupg files to build/
-      synchronize: src=playbook/files/gnupg.ceph-release dest=/home/{{ jenkins_user }}/build/gnupg.ceph-release
-      ignore_errors: true
-
     - name: Install RPM requirements
       sudo: yes
       yum: name={{ item }} state=present