Skip to content
  • Guillaume Abrioux's avatar
    client: fix pool creation · 6fe8df62
    Guillaume Abrioux authored
    
    
    the value in `docker_exec_client_cmd` doesn't allow to check for
    existing pools because it's set with a wrong value for the entrypoint
    that is going to be used.
    It means the check were going to fail anyway even if pools actually exist.
    
    Using jinja syntax to set `docker_exec_cmd` allows to handle the case
    where you don't have monitors in your inventory.
    
    Signed-off-by: default avatarGuillaume Abrioux <gabrioux@redhat.com>
    6fe8df62