diff --git a/playbooks/manual/sign-and-import.yml b/playbooks/manual/sign-and-import.yml index fac69b722d..0f2d111030 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