6 lines
130 B
YAML
6 lines
130 B
YAML
---
|
|
- name: Add helm chart
|
|
ansible.builtin.shell: |
|
|
helm repo add authelia https://charts.authelia.com
|
|
helm repo update
|