Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Add FQCN to podman modules (#46)
Browse files Browse the repository at this point in the history
Some of modules have been used without FQCN, add containers.podman namespace to them.
  • Loading branch information
sshnaidm authored Aug 2, 2021
1 parent c954c48 commit 91c705e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/molecule_podman/playbooks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
register: platforms

- name: Discover local Podman images
podman_image_info:
containers.podman.podman_image_info:
name: "molecule_local/{{ item.item.name }}"
with_items: "{{ platforms.results }}"
loop_control:
Expand Down
2 changes: 1 addition & 1 deletion lib/molecule_podman/playbooks/validate-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
label: "{{ item.image }}"

- name: Build Dockerfile(s)
podman_image:
containers.podman.podman_image:
name: "{{ item.item.image }}"
path: "{{ temp_image_dirs.results[index].path }}"
state: build
Expand Down

0 comments on commit 91c705e

Please sign in to comment.