resolve merge conflict
This commit is contained in:
@ -2,8 +2,10 @@
|
||||
- name: download the ingress controller manifest
|
||||
ansible.builtin.uri:
|
||||
url: https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v{{ ingress_controller_version | string }}/deploy/static/provider/cloud/deploy.yaml
|
||||
|
||||
dest: "{{ ansible_search_path[0] }}/files/ingress_controller_v{{ ingress_controller_version }}.yaml"
|
||||
creates: "{{ ansible_search_path[0] }}/files/ingress_controller_v{{ ingress_controller_version }}.yaml"
|
||||
|
||||
mode: 0664
|
||||
|
||||
- name: install ingress controller manifest to cluster
|
||||
|
Reference in New Issue
Block a user