Move disable_login in the correct category.

master
Andrea Dell'Amico 1 year ago
parent eaf3010e1b
commit c6e41dd156
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF

@ -40,7 +40,7 @@ grafana_conf:
- {section: 'users', option: 'auto_assign_org', value: "{{ grafana_u_auto_assign_org | default(true) | lower }}", state: present}
- {section: 'users', option: 'auto_assign_org_role', value: "{{grafana_u_default_role | lower }}", state: present}
- {section: 'users', option: 'default_theme', value: '{{ grafana_u_default_theme }}', state: present}
- {section: 'users', option: 'disable_login_form', value: '{{ grafana_u_disable_login_form | lower }}', state: present}
- {section: 'auth', option: 'disable_login_form', value: '{{ grafana_u_disable_login_form | lower }}', state: present}
- {section: 'auth', option: 'oauth_auto_login', value: '{{ grafana_oauth_auto_login | lower }}', state: present}
- {section: 'auth.anonymous', option: 'enabled', value: '{{ grafana_auth_anon | lower }}', state: present}
- {section: 'auth.generic_oauth', option: 'enabled', value: '{{ grafana_oauth_generic_enabled | lower }}', state: present}

Loading…
Cancel
Save