Force ansible 2.9 on infra-prod jobs

We've been seeing ansible post-run playbook timeouts in our infra-prod
jobs. The only major thing that has changed recently is the default
update to ansible 5 for these jobs. Force them back to 2.9 to see if the
problem goes away.

Albin Vass has noted that there are possibly glibc + debian bullseye +
ansible 5 problems that may be causing this. If we determine 2.9 is
happy then this is the likely cause.

Change-Id: Ibd40e15756077d1c64dba933ec0dff6dc0aac374
This commit is contained in:
Clark Boylan 2022-07-15 09:06:11 -07:00
parent aa58487ab6
commit 21c6dc02b5
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
infra_prod_playbook_encrypt_log: true
nodeset:
nodes: []
# Override to 2.9 to see if timeouts in post-run go away.
ansible-version: '2.9'
- job:
name: infra-prod-bootstrap-bridge