Merge pull request #7070 from JoelKle/fix_rerun_ability

Installer - local_docker - fixed the ability to rerun the playbook

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-08-13 14:12:08 +00:00
committed by GitHub
4 changed files with 21 additions and 14 deletions

View File

@@ -4,6 +4,7 @@
broadcast_websocket_secret: "{{ lookup('password', '/dev/null', length=128) }}"
run_once: true
no_log: true
when: broadcast_websocket_secret is not defined
- fail:
msg: "Only set one of kubernetes_context or openshift_host"