Closed jaudriga closed 4 years ago
@jaudriga please try https://github.com/containers/ansible-podman-collections/pull/92 if it solves your issue
@sshnaidm Yes. That fixes it:
$ ansible-playbook site.yml
...
TASK [graylog : Install Graylog Container] ****************************************************************************************************************************************************
ok: [host1]
...
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Assigning an a string that includes a
=
in environments seems to break idempotency.For example:
GRAYLOG_MONGODB_URI: "mongodb://graylogadmin:supersecurepassword@host1.domain.com:27017,host2.domain.com:27017,host3.domain.com:27017/graylog?replicaset=rs01"
Steps to reproduce the issue:
1.
Describe the results you received: Container is recreated
Describe the results you expected: Container is not recreated.
Additional information you deem important (e.g. issue happens only occasionally): This seems to be the only remaining idempotency issue for my containers :) .
Output of
ansible --version
:Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Playbok you run with ansible (e.g. content of
playbook.yaml
):Command line and output of ansible run with high verbosity:
Additional environment details (AWS, VirtualBox, physical, etc.): AWS