Patrick
Patrick
Hello, thanks for your playbook. I have a question regarding enabling mods: ``` - name: Enable Apache mods. file: src: "{{ apache_server_root }}/mods-available/{{ item }}.load" dest: "{{ apache_server_root }}/mods-enabled/{{ item...
Oke, when i read you quote from the docs, we dont need to link the .conf files as well. Sorry, my bad, haven't found this information before!
No one who has the same issues? How do you use this plugin with values? Any recommendations?
> I found a workaround where I use a chart with a subchart. So my argocd application points to a git repo where my values.yaml file is but I've also...