Skip to content

Commit

Permalink
Update docker create
Browse files Browse the repository at this point in the history
  • Loading branch information
clickthisnick authored Oct 16, 2023
1 parent 3e88310 commit 0b93a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/docker/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
ansible_connection: community.docker.docker
ansible.builtin.set_fact:
molecule_inventory: >
{{ molecule_inventory | combine(inventory_partial_yaml | from_yaml) }}
{{ molecule_inventory | combine(inventory_partial_yaml | from_yaml, recursive=true) }}
loop: "{{ molecule_yml.platforms }}"
loop_control:
label: "{{ item.name }}"
Expand Down

0 comments on commit 0b93a44

Please sign in to comment.