mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
No description
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> |
||
|---|---|---|
| .github/workflows | ||
| plugins | ||
| tests | ||
| .gitignore | ||
| CODE-OF-CONDUCT.md | ||
| COPYING | ||
| galaxy.yml | ||
| README.md | ||
Ansible Collection: containers.podman
Basic Ansible modules for podman containers.
- name: Run container
podman_container:
- name: web
state: present
image: ubuntu:14.04
command: "sleep 1d"
Install collection from galaxy:
ansible-galaxy collection install containers.podman
or clone by your own:
mkdir -p ~/.ansible/collections/ansible_collections/containers/podman/
git clone https://github.com/containers/ansible-podman-collections.git ~/.ansible/collections/ansible_collections/containers/podman/