Merge "Set tls-verify false when using insecure reg"

This commit is contained in:
Zuul 2022-05-19 17:54:56 +00:00 committed by Gerrit Code Review
commit 1b421599c3
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ outputs:
role_data:
description: Role data for the podman service
value:
ansible_group_vars:
tripleo_podman_tls_verify: {if: [insecure_registry_is_set, "false", "true"]}
service_name: podman
config_settings: {}
step_config: ''