mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix idempotency for systemd keyword (#937)
Fix #936 Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
ac5da409fe
commit
11cc00e6ca
2 changed files with 38 additions and 0 deletions
|
|
@ -1419,6 +1419,8 @@ class PodmanContainerDiff:
|
|||
return self._diff_generic('sysctl', '--sysctl')
|
||||
|
||||
def diffparam_systemd(self):
|
||||
if self.params['systemd'] is not None:
|
||||
self.params['systemd'] = str(self.params['systemd']).lower()
|
||||
return self._diff_generic('systemd', '--systemd')
|
||||
|
||||
def diffparam_timeout(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue