Try this to avoid undefined variable on buildvm playbooks

This commit is contained in:
Kevin Fenzi 2018-05-08 00:26:21 +00:00
parent a78b607427
commit edde978768
2 changed files with 2 additions and 0 deletions

View file

@ -39,3 +39,4 @@ docker_registry: "candidate-registry.fedoraproject.org"
source_registry: "registry.fedoraproject.org"
koji_root: "koji.fedoraproject.org/koji"
koji_hub: "koji.fedoraproject.org/kojihub"
registry_secret_name: 'registry-secret'

View file

@ -45,3 +45,4 @@ source_registry: "registry.stg.fedoraproject.org"
docker_registry: "candidate-registry.stg.fedoraproject.org"
koji_root: "koji.stg.fedoraproject.org/koji"
koji_hub: "koji.stg.fedoraproject.org/kojihub"
registry_secret_name: 'registry-secret'