mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
start getting modules to use shared import error code (#51787)
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
assert:
|
||||
that:
|
||||
- k8s_append_hash is failed
|
||||
- "k8s_append_hash.msg == 'openshift >= 0.7.2 is required for append_hash'"
|
||||
- "'Failed to import the required Python library (openshift >= 0.7.2)' in k8s_append_hash.msg"
|
||||
- "'. This is required for append_hash.' in k8s_append_hash.msg"
|
||||
|
||||
# merge_type
|
||||
- include_role:
|
||||
|
||||
Reference in New Issue
Block a user