Change outer quotes
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3b114bb3e6
commit
5a0f0732aa
@ -197,7 +197,7 @@
|
|||||||
path: "{{ kubeconfig.path }}"
|
path: "{{ kubeconfig.path }}"
|
||||||
regexp: '(server: https:\/\/)127\.0\.0\.1(:6443)$'
|
regexp: '(server: https:\/\/)127\.0\.0\.1(:6443)$'
|
||||||
replace: >-
|
replace: >-
|
||||||
\1'{{ cluster.virtualip | ansible.utils.ipaddr(''address'') }}'\2
|
\1"{{ cluster.virtualip | ansible.utils.ipaddr('address') }}"\2
|
||||||
- ansible.builtin.slurp:
|
- ansible.builtin.slurp:
|
||||||
src: "{{ kubeconfig.path }}"
|
src: "{{ kubeconfig.path }}"
|
||||||
register: foo
|
register: foo
|
||||||
|
Loading…
Reference in New Issue
Block a user