Resolve ansible-lint name errors (#10253)

* project: fix ansible-lint name

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* project: ignore jinja template error in names

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* project: capitalize ansible name

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

* project: update notify after name capitalization

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

---------

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
Arthur Outhenin-Chalandre
2023-07-26 16:36:22 +02:00
committed by GitHub
parent b9e3861385
commit 36e5d742dc
162 changed files with 842 additions and 675 deletions

View File

@@ -6,7 +6,7 @@
gather_facts: false
tags: always
tasks:
- name: add nodes to kube_control_plane group
- name: Add nodes to kube_control_plane group
group_by:
key: 'kube_control_plane'
@@ -15,7 +15,7 @@
gather_facts: false
tags: always
tasks:
- name: add nodes to kube_node group
- name: Add nodes to kube_node group
group_by:
key: 'kube_node'
@@ -24,7 +24,7 @@
gather_facts: false
tags: always
tasks:
- name: add nodes to k8s_cluster group
- name: Add nodes to k8s_cluster group
group_by:
key: 'k8s_cluster'
@@ -33,7 +33,7 @@
gather_facts: false
tags: always
tasks:
- name: add nodes to calico_rr group
- name: Add nodes to calico_rr group
group_by:
key: 'calico_rr'
@@ -42,6 +42,6 @@
gather_facts: false
tags: always
tasks:
- name: add nodes to no-floating group
- name: Add nodes to no-floating group
group_by:
key: 'no_floating'