playbooks/groups/osbs-master.yml: add tag for buildroot rebuild handler

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-08-30 15:27:05 +00:00
parent 9dc64550a1
commit dbd05c8041

View file

@ -250,6 +250,8 @@
handlers:
- name: buildroot container
shell: 'docker build --no-cache --rm -t buildroot /etc/osbs/buildroot/'
tags:
- buildroot
- name: oc secrets new
shell: "oc secrets new koji cert={{ koji_cert_path }} ca={{ koji_ca_cert_path }} serverca={{ koji_ca_cert_path }}"