ansible-role-python_venv_build/vars
Dmitriy Rabotyagov f432c87744 Ignore repo container facts gathering errors
In case of any repo container going down any attempt to build venv will
fail due to failure to gather facts for them.

In order to overcome the issue defaults for venv_build_targets elements
are defined along with ignoring any failures for fact gathering.

However failed_when is used instead of ignore_errors as ignore_errors
will invalidate facts for successfull hosts as well, while failed_when
preserves result for successfull hosts.

As a result venv_build_targets will be populated with `none-none-none`
key which will inlcude all hosts that don't have required facts in place

Change-Id: I271e6464133939be4e21110042cd489dc66c8d5d
2024-06-12 15:00:20 +02:00
..
debian.yml Include REQUESTS_CA_BUNDLE in pip task environment 2024-05-01 10:44:10 +01:00
main.yml Ignore repo container facts gathering errors 2024-06-12 15:00:20 +02:00
redhat-7.yml Add per-distro vars files 2022-01-14 08:50:03 +00:00
redhat-8.yml Add per-distro vars files 2022-01-14 08:50:03 +00:00
redhat-9.yml Include REQUESTS_CA_BUNDLE in pip task environment 2024-05-01 10:44:10 +01:00