Merge "Check for requirements file to verify repo health"

This commit is contained in:
Zuul 2022-05-12 11:40:38 +00:00 committed by Gerrit Code Review
commit d9636762e2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
hosts: all_containers[0]:physical_hosts[0]
gather_facts: yes
vars:
repo_requirements_file: "repo_sync_complete"
repo_requirements_file: "{{ 'constraints/upper_constraints_' ~ requirements_git_install_branch ~ '.txt' }}"
tasks:
- name: Check the repo sync file on each repo server
uri: