1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

fix(#747): set correct HealthCmd

Signed-off-by: Marko Weltzer <marwel_github@bugga.de>
This commit is contained in:
Marko Weltzer 2024-05-19 17:24:45 +02:00 committed by Marko Weltzer
parent 1ffa40c705
commit c923cbfa07

View file

@ -88,7 +88,7 @@ class ContainerQuadlet(Quadlet):
'gidmap': 'GIDMap',
'global_args': 'GlobalArgs',
'group': 'Group', # Does not exist in module parameters
'healthcheck': 'HealthCheckCmd',
'healthcheck': 'HealthCmd',
'healthcheck_interval': 'HealthInterval',
'healthcheck_failure_action': 'HealthOnFailure',
'healthcheck_retries': 'HealthRetries',