Skip to content

Commit

Permalink
#12: Disable the import modules at test of RHEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktooi committed Oct 5, 2022
1 parent 936cfa0 commit 2715aa3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ provisioner:
url: 'ldap://ldap01.test.example.com'
- id: 2
url: 'ldap://ldap02.test.example.com'
# https://github.com/ktooi/ansible-role-slapd/issues/12
rockylinux9:
slapd_install_module_refint: false
slapd_install_module_memberof: false
slapd_install_module_syncprov: false
slapd_replication: false
rockylinux8:
slapd_install_module_refint: false
slapd_install_module_memberof: false
slapd_install_module_syncprov: false
slapd_replication: false
centos7:
slapd_install_module_refint: false
slapd_install_module_memberof: false
Expand Down

0 comments on commit 2715aa3

Please sign in to comment.