mirror of https://github.com/ansible/ansible.git
[2.9] podman_image: use correct option for remove_signatures flag (#68979)
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>pull/69409/head
parent
cf244c094a
commit
153de5ee49
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Fix a typo in remove_signature flag in podman_image module (https://github.com/ansible/ansible/issues/67965).
|
||||
@ -1 +1 @@
|
||||
podman_package: podman-1.4.*
|
||||
podman_package: podman-1.3.*
|
||||
|
||||
@ -0,0 +1 @@
|
||||
podman_package: podman-1.3.*
|
||||
@ -0,0 +1 @@
|
||||
podman_package: '@container-tools:1.0'
|
||||
@ -1,4 +1,4 @@
|
||||
repo_command:
|
||||
RedHat7:
|
||||
enable: yum-config-manager --enable rhui-REGION-rhel-server-extras
|
||||
disable: yum-config-manager --disable rhui-REGION-rhel-server-extras
|
||||
enable: yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-rhel-7-server-rhui-extras-rpms
|
||||
disable: yum-config-manager --disable rhui-REGION-rhel-server-extras rhui-rhel-7-server-rhui-extras-rpms
|
||||
|
||||
Loading…
Reference in New Issue