From bd754cae62eca75fbefea1e204fda9bab10fc858 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 25 Sep 2016 17:28:29 +0000 Subject: Refuse to sign-and-import unless really intended This is to force people to use the new infra tags Signed-off-by: Patrick Uiterwijk --- playbooks/manual/sign-and-import.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/manual/sign-and-import.yml b/playbooks/manual/sign-and-import.yml index fac69b722..0f2d11103 100644 --- a/playbooks/manual/sign-and-import.yml +++ b/playbooks/manual/sign-and-import.yml @@ -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 -- cgit