Merge "Gather build hosts facts once."

This commit is contained in:
Zuul 2022-07-13 10:11:10 +00:00 committed by Gerrit Code Review
commit a3b3b7d7aa
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
with_items: "{{ groups['repo_all'] | default([inventory_hostname]) }}"
tags:
- always
run_once: true
# NOTE(noonedeadpunk): If you are deploying services from local forks high load on which is not
# an issue for you, you can disable this with `venv_wheel_build_skip_check: true`