Skip to content

Commit

Permalink
Disable idempotency for pod_id_file
Browse files Browse the repository at this point in the history
Fix #828
Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm committed Aug 26, 2024
1 parent 552af3e commit cca4716
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 cca4716

Please sign in to comment.