fix(molecule): reduce resources

This commit is contained in:
Timothy Stewart
2024-01-22 11:32:48 -06:00
parent 4707002267
commit 27c477be70
3 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ platforms:
- name: control1
box: generic/ubuntu2204
memory: 512
cpus: 1
cpus: 2
config_options:
# We currently can not use public-key based authentication on Ubuntu 22.04,
# see: https://github.com/chef/bento/issues/1405