diff options
author | Patrick Easters <peasters@redhat.com> | 2020-01-15 12:47:12 -0500 |
---|---|---|
committer | Sam Doran <sdoran@redhat.com> | 2020-01-15 12:47:12 -0500 |
commit | d5c5cb5a17b317fc24d1714a38edd4cbb7c16720 (patch) | |
tree | 3c91da52debfc560189353f3674aafd2396ed1e9 /changelogs/fragments/66372-podman-image-pull-credentials.yml | |
parent | 1cb634a3ab5ecdcc0e8d584683399035cb716832 (diff) | |
download | ansible-d5c5cb5a17b317fc24d1714a38edd4cbb7c16720.tar.gz |
podman_image: Use provided credentials when pulling image (#66372)
* Use credentials when pulling from a remote registry
Diffstat (limited to 'changelogs/fragments/66372-podman-image-pull-credentials.yml')
-rw-r--r-- | changelogs/fragments/66372-podman-image-pull-credentials.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/66372-podman-image-pull-credentials.yml b/changelogs/fragments/66372-podman-image-pull-credentials.yml new file mode 100644 index 0000000000..c3b3378dae --- /dev/null +++ b/changelogs/fragments/66372-podman-image-pull-credentials.yml @@ -0,0 +1,2 @@ +bugfixes: + - podman_image - honor username and password options when pulling image from a remote registry
\ No newline at end of file |