From: Alfredo Deza Date: Wed, 23 Sep 2015 18:05:09 +0000 (-0400) Subject: remove gnu copying from ansible playbooks X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F134%2Fhead;p=ceph-build.git remove gnu copying from ansible playbooks Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 37ddd41da..c06984658 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -44,10 +44,6 @@ - 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 diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 62643c14f..75bed554c 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -65,10 +65,6 @@ - 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