diff --git a/roles/wsgi_website/molecule/default/molecule.yml b/roles/wsgi_website/molecule/default/molecule.yml index 227d06cd706b33c2840815b199503cf18c8f0cda..7d3c82e087442b363ce07bfa0803e480c17fdc0d 100644 --- a/roles/wsgi_website/molecule/default/molecule.yml +++ b/roles/wsgi_website/molecule/default/molecule.yml @@ -22,6 +22,8 @@ platforms: box: debian/contrib-buster64 memory: 512 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: wsgi-website-bullseye groups: @@ -31,6 +33,8 @@ platforms: box: debian/bullseye64 memory: 512 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" provisioner: name: ansible