From d7e6147a7cb3b4f5a51fc083390f6949bcb56fe8 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 23 Sep 2015 14:05:09 -0400 Subject: [PATCH] remove gnu copying from ansible playbooks Signed-off-by: Alfredo Deza --- ansible/slave.yml | 4 ---- ansible/slave.yml.j2 | 4 ---- 2 files changed, 8 deletions(-) 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 -- 2.47.3