diff --git a/roles/php_website/molecule/default/molecule.yml b/roles/php_website/molecule/default/molecule.yml index 582f51768aa69c645662d2957fa7c786ac05ddea..b54a9b2a536943f2355965c6880fb6af4172e0bd 100644 --- a/roles/php_website/molecule/default/molecule.yml +++ b/roles/php_website/molecule/default/molecule.yml @@ -21,6 +21,8 @@ platforms: box: debian/contrib-buster64 memory: 512 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - name: php-website-bullseye groups: @@ -29,6 +31,8 @@ platforms: box: debian/bullseye64 memory: 512 cpus: 1 + provider_raw_config_args: + - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" provisioner: name: ansible