feat(common): setup additional components to apt source list

This commit is contained in:
NaeiKinDus 2023-11-27 00:00:00 +00:00
parent 223cbfb877
commit 9cdcef9dca
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
3 changed files with 27 additions and 0 deletions

View file

@ -51,6 +51,8 @@
hosts:
"{{ item.name }}":
ansible_connection: community.docker.docker
custom_common:
deb822_format: true
ansible.builtin.set_fact:
molecule_inventory: >
{{ molecule_inventory | combine(inventory_partial_yaml | from_yaml) }}