diff --git a/playbook.yml b/playbook.yml index 6e64d6b..e2b06a6 100644 --- a/playbook.yml +++ b/playbook.yml @@ -195,9 +195,9 @@ - name: Replace API url ansible.builtin.replace: path: "{{ kubeconfig.path }}" - regexp: '(server:)127\.0\.0\.1(:6443)$' + regexp: '(server: https:\/\/)127\.0\.0\.1(:6443)$' replace: >- - \1'{{ cluster.virtualip | ansible.utils.ipaddr('address') }}'\2 + \1'{{ cluster.virtualip | ansible.utils.ipaddr(''address'') }}'\2 - ansible.builtin.slurp: src: "{{ kubeconfig.path }}" register: foo