Update to version 3.20.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-09-19 00:25:15 +02:00
parent 0030f3ac0e
commit e48fabc946
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
32 changed files with 31 additions and 25 deletions

View file

@ -9,7 +9,7 @@
state: present
context: "{{ my_context }}"
merge_type: merge
resource_definition: "{{ lookup('file', item) | from_yaml }}"
resource_definition: "{{ lookup('template', item) | from_yaml }}"
with_items:
- "{{ calico_files }}"
register: calico_changed