diff --git a/roles/ldap_client/molecule/default/molecule.yml b/roles/ldap_client/molecule/default/molecule.yml index e0e218eda171bd8b2d87e5f4deedf9a8d1acc329..4f4530f5a158d574f9772a3524be45ea872db93b 100644 --- a/roles/ldap_client/molecule/default/molecule.yml +++ b/roles/ldap_client/molecule/default/molecule.yml @@ -20,6 +20,8 @@ platforms: box: debian/contrib-buster64 memory: 256 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: parameters-optional-buster groups: @@ -27,6 +29,8 @@ platforms: box: debian/contrib-buster64 memory: 256 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: parameters-mandatory-bullseye groups: @@ -34,6 +38,8 @@ platforms: box: debian/bullseye64 memory: 256 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: parameters-optional-bullseye groups: @@ -41,6 +47,8 @@ platforms: box: debian/bullseye64 memory: 256 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" provisioner: name: ansible