mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 21:12:37 +00:00
Migrate k8s_info (#310)
* Use refactored module_utils Signed-off-by: Alina Buzachis <abuzachis@redhat.com> * Update k8s_info.py * Fix assertion Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
This commit is contained in:
committed by
Mike Graves
parent
afa6a74178
commit
9aa20f0fbe
@@ -201,7 +201,7 @@
|
||||
- name: assert that task failed with proper message
|
||||
assert:
|
||||
that:
|
||||
- '"kubernetes >= 17.17.0 is required" in _result.msg'
|
||||
- '"kubernetes >= 17.17.0 is required" in _result.module_stderr'
|
||||
when:
|
||||
- _stat.stat.exists
|
||||
- _stat.stat.readable
|
||||
|
||||
Reference in New Issue
Block a user