mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-04-05 17:07:11 +00:00
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>
|
||
|---|---|---|
| .. | ||
| become | ||
| connection | ||
| module_utils | ||
| modules | ||