1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-08 02:17:11 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Sagi Shnaidman
f79f36fd38 Set up testing for podman connection 2020-05-01 22:45:50 +03:00
Abhijeet Kasurde
540a92a3ca podman_image: use correct option for remove_signatures flag
podman_image module uses 'podman push' command with wrong
flag '--remove_signatures' instead of '--remove-signatures'

This patch fixes the given typo.

Fixes: ansible/ansible#67965

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-04-16 16:59:12 +05:30
Sagi Shnaidman
750ed503df Github workflow 2020-03-30 21:43:23 +03:00
Lars Kellogg-Stedman
5d7e5c3a5a podman_image: only set changed=true if there is a new image
with force: true, podman_image would always report changed regardless
of whether or not the pull or build operation resulted in a new image.
With this commit, check the image digest before and after and only
reported changed if the digest is different.
2020-03-29 23:25:50 -04:00
Sagi Shnaidman
8c718cee0d Add podman_network_info module
fix #9
2020-03-15 21:12:03 +02:00
Sagi Shnaidman
883a3b958e Add podman_container module from TripleO
fix #7
2020-03-15 21:08:06 +02:00
Sagi Shnaidman
dc13dce52a Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00