matrix_*_retries_{count,delay} -> devture_playbook_help_*_retries_{count,delay}

This commit is contained in:
Slavi Pantaleev
2022-11-04 16:44:29 +02:00
parent 4f4c856e43
commit d3bd1ca024
73 changed files with 153 additions and 156 deletions

View File

@ -92,14 +92,6 @@ matrix_debian_arch: "{{ 'armhf' if matrix_architecture == 'arm32' else matrix_ar
matrix_container_global_registry_prefix: "docker.io/"
# Each docker pull will retry on failed attempt 10 times with delay of 10 seconds between each attempt.
matrix_container_retries_count: 10
matrix_container_retries_delay: 10
# Each get_url will retry on failed attempt 10 times with delay of 10 seconds between each attempt.
matrix_geturl_retries_count: 10
matrix_geturl_retries_delay: 10
matrix_user_username: "matrix"
matrix_user_groupname: "matrix"