infrastructure/k8s/roles/skooner/tasks/main.yml
Peter Kurfer 831a85436f
All checks were successful
continuous-integration/drone/push Build is passing
feat: add skooner, upgrade a few things
2023-07-19 18:55:17 +00:00

4 lines
No EOL
147 B
YAML

---
- name: Deploy Skooner kustomization
k8s:
definition: "{{ lookup('kubernetes.core.kustomize', dir=([role_path, 'files'] | path_join)) }}"