Fix lint errors
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-07-22 23:26:24 +02:00
parent 327065a181
commit 149b4fa54b
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 20 additions and 18 deletions

View file

@ -1,21 +1,21 @@
---
- name: calico setup
block:
# - name: Include vars
# include_vars: "diun-files.yaml"
# - name: Include vars
# ansible.builtin.include_vars: "diun-files.yaml"
- name: Diun install
kubernetes.core.k8s:
state: present
context: "{{ my_context }}"
merge_type: merge
resource_definition: "{{ lookup('template', item) | from_yaml }}"
with_items:
- diun-ServiceAccount.yml.j2
- diun-ClusterRole.yml.j2
- diun-ClusterRoleBinding.yml.j2
- diun-ConfigMap.yml.j2
- diun-Deployment.yml.j2
- name: Diun install
kubernetes.core.k8s:
state: present
context: "{{ my_context }}"
merge_type: merge
resource_definition: "{{ lookup('template', item) | from_yaml }}"
with_items:
- diun-ServiceAccount.yml.j2
- diun-ClusterRole.yml.j2
- diun-ClusterRoleBinding.yml.j2
- diun-ConfigMap.yml.j2
- diun-Deployment.yml.j2
tags: