Skip to content

Commit

Permalink
Update plugins/module_utils/podman/podman_container_lib.py
Browse files Browse the repository at this point in the history
Use real arg name and not alias

Co-authored-by: Sergey <[email protected]>
  • Loading branch information
ant-bl and sshnaidm authored Jan 25, 2024
1 parent 6596cc7 commit 5c89c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/podman/podman_container_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def addparam_env(self, c):
return c

def addparam_env_file(self, c):
for env_file in self.params['env_files']:
for env_file in self.params['env_file']:
c += ['--env-file', env_file]
return c

Expand Down

0 comments on commit 5c89c72

Please sign in to comment.