1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-05 17:07:11 +00:00
ansible-podman-collections/plugins
sedrubal 0ae6baac3d
Fix idempotency for RestartPolicy when MaximumRetryCount > 0 (#607)
Before this change, this task:

```ansible
- containers.podman.podman_container:
    # ...
    restart_policy: on-failure:3
    # ...
```

always caused this diff:

```diff
--- before
+++ after
@@ -1 +1 @@
-restart_policy - on-failure
+restart_policy - on-failure:3
```

Signed-off-by: Sebastian Endres <sebastian.endres@dlr.de>
Co-authored-by: Sebastian Endres <sebastian.endres@dlr.de>
2023-07-30 21:59:13 +03:00
..
become Change yes/no to true/false in the modules (#561) 2023-03-08 23:28:52 +02:00
connection fix for buildah improper remote target (#540) 2023-01-18 23:55:36 +02:00
module_utils Fix idempotency for RestartPolicy when MaximumRetryCount > 0 (#607) 2023-07-30 21:59:13 +03:00
modules Added support for "userns" parameter to "play" module (#577) 2023-05-31 13:23:55 +03:00