Remove duplicate osbs buildroot handling

We are handling this in the osbs cluster playbook, it's redundant
here.

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-10-31 17:02:46 +00:00
parent 3bcb923f19
commit 4055216044
3 changed files with 0 additions and 6 deletions

View file

@ -28,4 +28,3 @@ atomic_reactor_git:
atomic_reactor_rpm:
copr: True
buildroot_cmd: atomic-reactor create-build-image --reactor-tarball-path /usr/share/atomic-reactor/atomic-reactor.tar.gz /usr/share/atomic-reactor/images/dockerhost-builder buildroot

View file

@ -1,3 +0,0 @@
---
- name: rebuild buildroot
shell: "{{ atomic_reactor_rpm.buildroot_cmd }}"

View file

@ -1,5 +1,3 @@
---
- name: install atomic-reactor package locally
action: "{{ ansible_pkg_mgr }} name=atomic-reactor state=latest"
notify:
- rebuild buildroot