Skip to content

Commit

Permalink
Disable idempotency for pod_id_file (#829)
Browse files Browse the repository at this point in the history
Fix #828
Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored Sep 2, 2024
1 parent 4f24ece commit 83d0eef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/module_utils/podman/podman_container_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1329,8 +1329,9 @@ def diffparam_platform(self):
# def diffparam_pod(self):
# return self._diff_generic('pod', '--pod')

def diffparam_pod_id_file(self):
return self._diff_generic('pod_id_file', '--pod-id-file')
# https://github.com/containers/ansible-podman-collections/issues/828
# def diffparam_pod_id_file(self):
# return self._diff_generic('pod_id_file', '--pod-id-file')

def diffparam_privileged(self):
return self._diff_generic('privileged', '--privileged')
Expand Down

0 comments on commit 83d0eef

Please sign in to comment.