Files
@ 71cc7b092600
Branch filter:
Location: majic-ansible-roles/roles/preseed/molecule/default/molecule.yml - annotation
71cc7b092600
1.1 KiB
text/x-yaml
MAR-218: Drop deprecated argument for command invocation:
- This might require fixing down the line in some other way (to avoid
warnings being spit out).
- This might require fixing down the line in some other way (to avoid
warnings being spit out).
4ee589937d60 4ee589937d60 94cf74211121 94cf74211121 94cf74211121 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 6c4dab8571af 4ee589937d60 4ee589937d60 4ee589937d60 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 4ee589937d60 | ---
dependency:
name: galaxy
enabled: false
driver:
name: vagrant
provider:
name: virtualbox
platforms:
- name: parameters-mandatory-bookworm
groups:
- parameters-mandatory
box: debian/bookworm64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
- name: parameters-optional-bookworm
groups:
- parameters-optional
box: debian/bookworm64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
- name: parameters-optional-with-overrides-bookworm
groups:
- parameters-optional-with-overrides
box: debian/bookworm64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
provisioner:
name: ansible
config_options:
defaults:
force_valid_group_names: "ignore"
interpreter_python: "/usr/bin/python3"
ssh_connection:
pipelining: "True"
scenario:
name: default
verifier:
name: testinfra
|