mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user