diff options
-rw-r--r-- | playbooks/manual/sign-and-import.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |