mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
More debugging.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
debug:
|
||||
var: output
|
||||
|
||||
# TODO: See https://github.com/ansible-collections/kubernetes/pull/22#issuecomment-585852073
|
||||
# TODO: See https://github.com/ansible-collections/kubernetes/issues/24
|
||||
# - name: Setting validate_certs to true causes a failure
|
||||
# k8s:
|
||||
# name: testing
|
||||
|
||||
@@ -262,6 +262,8 @@
|
||||
reason: DeploymentPaused
|
||||
register: pause_deploy
|
||||
|
||||
- debug: var=pause_deploy
|
||||
|
||||
- name: Check that paused deployment wait worked
|
||||
assert:
|
||||
that:
|
||||
|
||||
Reference in New Issue
Block a user