Skip to content

Commit

Permalink
Fix missing entries in network quadlet generated file (#792) (#793)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Baratta <[email protected]>
  • Loading branch information
giovannibaratta authored Jun 25, 2024
1 parent d113847 commit 9775178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/module_utils/podman/quadlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ class NetworkQuadlet(Quadlet):
"opt": "Options",
# Add more parameter mappings specific to networks
'ContainersConfModule': 'ContainersConfModule',
"DNS": "DNS",
"IPAMDriver": "IPAMDriver",
"dns": "DNS",
"ipam_driver": "IPAMDriver",
"Label": "Label",
"global_args": "GlobalArgs",
"podman_args": "PodmanArgs",
Expand Down

0 comments on commit 9775178

Please sign in to comment.