Fix url;Disable debugging
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4655fe7465
commit
5985615868
@ -87,9 +87,6 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
clusterapi_containerimages: "{{ parsedmanifests | json_query('results[*].stdout_lines') | select() | flatten }}"
|
clusterapi_containerimages: "{{ parsedmanifests | json_query('results[*].stdout_lines') | select() | flatten }}"
|
||||||
|
|
||||||
- debug:
|
|
||||||
var: clusterapi_containerimages
|
|
||||||
|
|
||||||
- name: Configure clusterctl
|
- name: Configure clusterctl
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: clusterctl.j2
|
src: clusterctl.j2
|
||||||
|
@ -13,4 +13,4 @@ providers:
|
|||||||
type: "InfrastructureProvider"
|
type: "InfrastructureProvider"
|
||||||
|
|
||||||
cert-manager:
|
cert-manager:
|
||||||
url: "/opt/metacluster/manifests/cert-manager/v{{ _template.version.cert_manager }}/cert-manager.yaml"
|
url: "/opt/metacluster/manifests/cert-manager/{{ _template.version.cert_manager }}/cert-manager.yaml"
|
||||||
|
Loading…
Reference in New Issue
Block a user