fix enablerepo var
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2022-02-12 12:08:02 +01:00
parent 372cc1d23f
commit 010d035c7b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 6 additions and 3 deletions

View File

@ -21,8 +21,8 @@ ldap_proxy_loglevel: 0
ldap_proxy_acl_file: "{{ ldap_proxy_base_dir }}/slapd.access"
ldap_proxy_acls:
- access_to:
- '*'
- "*"
access_by:
- '* read'
- "* read"
ldap_proxy_custom_schemas: []

View File

@ -7,6 +7,7 @@
- "{{ ansible_lsb.id | default('') | lower }}.yml"
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version }}.yml"
- "{{ ansible_os_family | lower }}.yml"
- default.yml
paths:
- "vars"
when: var_files

View File

@ -1,5 +1,5 @@
---
- name: Define ldap_proxy_enablerepo
set_fact:
redis_packages: "{{ __ldap_proxy_enablerepo | list }}"
ldap_proxy_enablerepo: "{{ __ldap_proxy_enablerepo | list }}"
when: ldap_proxy_enablerepo is not defined

2
vars/default.yml Normal file
View File

@ -0,0 +1,2 @@
---
__ldap_proxy_enablerepo: []