More debugging.

This commit is contained in:
Jeff Geerling
2020-02-13 15:29:45 -06:00
parent 6dafb4c1db
commit 15641b6323
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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: