mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 22:12:44 +00:00
More debugging.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
debug:
|
debug:
|
||||||
var: output
|
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
|
# - name: Setting validate_certs to true causes a failure
|
||||||
# k8s:
|
# k8s:
|
||||||
# name: testing
|
# name: testing
|
||||||
|
|||||||
@@ -262,6 +262,8 @@
|
|||||||
reason: DeploymentPaused
|
reason: DeploymentPaused
|
||||||
register: pause_deploy
|
register: pause_deploy
|
||||||
|
|
||||||
|
- debug: var=pause_deploy
|
||||||
|
|
||||||
- name: Check that paused deployment wait worked
|
- name: Check that paused deployment wait worked
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Reference in New Issue
Block a user