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:
parent
1ffa40c705
commit
c923cbfa07
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue