diff options
Diffstat (limited to 'spreadspace/k8s-test.yml')
-rw-r--r-- | spreadspace/k8s-test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spreadspace/k8s-test.yml b/spreadspace/k8s-test.yml index 3cadbb92..9c06dbae 100644 --- a/spreadspace/k8s-test.yml +++ b/spreadspace/k8s-test.yml @@ -20,6 +20,7 @@ tasks: - set_fact: kubernetes_secrets_cooked: "{{ kubernetes_secrets }}" + external_ip_cooked: "{{ external_ip }}" - import_playbook: ../common/kubernetes.yml - import_playbook: ../common/kubernetes-cleanup.yml |