diff --git a/tasks/main.yml b/tasks/main.yml index 4a6a2c6..823aeb7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -64,6 +64,7 @@ k8s: state: present context: "{{ my_context }}" + merge_type: merge resource_definition: "{{ lookup('template', item) | from_yaml }}" with_items: - scope/psp.yaml.j2