The default ansible version in zuul config is a str not int

Fix this in the zuul tenant config.

Change-Id: Icc6146195c64c6a13e9b29542535f6e125bc9cbc
This commit is contained in:
Clark Boylan 2022-05-27 08:58:47 -07:00
parent d0ba2d0b55
commit f34f50c43a
1 changed files with 1 additions and 1 deletions

View File

@ -1562,7 +1562,7 @@
- tenant:
name: zuul
admin-rules: *admin_rules
default-ansible-version: 5
default-ansible-version: '5'
max-nodes-per-job: 10
source:
gerrit: