1
0
Fork 0
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:
Giovanni Baratta 2024-06-25 14:15:26 +02:00
parent d113847336
commit 0cf59cd6d5
No known key found for this signature in database

View file

@ -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",