Nextcloud: Add OIDC configuration
This commit is contained in:
parent
4ffb34c981
commit
9b010d9121
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@
|
||||||
|
|
||||||
- name: Configure Nextcloud
|
- name: Configure Nextcloud
|
||||||
ansible.builtin.include_tasks: configuration.yml
|
ansible.builtin.include_tasks: configuration.yml
|
||||||
|
tags: always
|
||||||
|
args:
|
||||||
|
apply:
|
||||||
|
tags: configuration
|
||||||
loop: "{{ nextcloud_instances }}"
|
loop: "{{ nextcloud_instances }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: instances
|
loop_var: instances
|
||||||
|
|
Loading…
Reference in a new issue