Files
k3s-ansible/roles/authelia/tasks/main.yml
T
2022-11-15 09:35:05 +00:00

6 lines
130 B
YAML

---
- name: Add helm chart
ansible.builtin.shell: |
helm repo add authelia https://charts.authelia.com
helm repo update