diff --git a/roles/preseed/molecule/default/molecule.yml b/roles/preseed/molecule/default/molecule.yml index a62021008983b8eb69cbdd5140148a8efe99985b..ac20a67752cbc6f720fa628269df8f0aa85f8aa6 100644 --- a/roles/preseed/molecule/default/molecule.yml +++ b/roles/preseed/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-optional-with-overrides-buster groups: @@ -34,6 +38,8 @@ platforms: box: debian/contrib-buster64 memory: 256 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: parameters-mandatory-bullseye groups: @@ -41,6 +47,8 @@ platforms: box: debian/bullseye64 memory: 256 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: parameters-optional-bullseye groups: @@ -48,6 +56,8 @@ platforms: box: debian/bullseye64 memory: 256 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: parameters-optional-with-overrides-bullseye groups: @@ -55,6 +65,8 @@ platforms: box: debian/bullseye64 memory: 256 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" provisioner: name: ansible