diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 9249213532a4ee273d92b36a382480874f822809..7de243beeb004f02832ee46ec6c8ceaa08e937b3 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -547,6 +547,7 @@ Distribution compatibility Role is compatible with the following distributions: - Debian 9 (Stretch) +- Debian 10 (Buster) Examples diff --git a/roles/ldap_client/meta/main.yml b/roles/ldap_client/meta/main.yml index 61a38fb1ca4569ae339b7f20100db166586129d7..9e623c4f6ec42a54299c0a0ee749155fee5fb5f6 100644 --- a/roles/ldap_client/meta/main.yml +++ b/roles/ldap_client/meta/main.yml @@ -8,5 +8,5 @@ galaxy_info: platforms: - name: Debian versions: - - 8 - 9 + - 10 diff --git a/roles/ldap_client/molecule/default/molecule.yml b/roles/ldap_client/molecule/default/molecule.yml index 4cc9e62967ccec0aacb4dca5bc5074c473406319..a6d014cc81cbc894eaa5391fee7b2a764b422d47 100644 --- a/roles/ldap_client/molecule/default/molecule.yml +++ b/roles/ldap_client/molecule/default/molecule.yml @@ -28,6 +28,20 @@ platforms: memory: 256 cpus: 1 + - name: parameters-mandatory-buster64 + groups: + - parameters-mandatory + box: debian/contrib-buster64 + memory: 256 + cpus: 1 + + - name: parameters-optional-buster64 + groups: + - parameters-optional + box: debian/contrib-buster64 + memory: 256 + cpus: 1 + provisioner: name: ansible config_options: