Skip to content

Commit

Permalink
Change molecule_inventory in podman example to remove ansible warning (
Browse files Browse the repository at this point in the history
…#4086)

Change molecule_inventory var to remove warning generated by ansible
default driver at runtime.
  • Loading branch information
buckaroogeek committed Dec 13, 2023
1 parent 8caa504 commit 96603d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion molecule/podman/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
molecule_inventory:
all:
hosts: {}
molecule: {}
children:
molecule:
hosts: {}

tasks:
- name: Create a container
containers.podman.podman_container:
Expand Down

0 comments on commit 96603d9

Please sign in to comment.