Refuse to sign-and-import unless really intended

This is to force people to use the new infra tags

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-25 17:28:29 +00:00
parent 57b53ffa93
commit bd754cae62

View file

@ -27,6 +27,9 @@
- testing: False
tasks:
- fail: msg="Please use the infra tags from now on"
when: no_use_infratags is not defined
- fail: msg="Please specify rhel version with rhel=6/7"
when: rhel is not defined