mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fix missing entries in network quadlet generated file (#792)
Signed-off-by: Giovanni Baratta <bargiovi@hotmail.it>
This commit is contained in:
parent
d113847336
commit
0cf59cd6d5
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue