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:
parent
d0ba2d0b55
commit
f34f50c43a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user