Include ansible-config_template in delorean-current repo

https://review.rdoproject.org/r/#/c/21520/ adds the
ansible-config_template in RDO.

tripleo-ansible is consumed from delorean-current repo
and since ansible-config_template is a dependency of
tripleo-ansible so it is also needs to be consumed
from delorean-current repo to avoid missmatch issue.

Change-Id: If69c0939b4a06fba3ba2e0dae3c6fb3e916bc132
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-07-23 18:21:29 +05:30
parent bcf784256c
commit 1d1ee3d1c9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ INCLUDE_PKGS = ('includepkgs=instack,instack-undercloud,'
'os-refresh-config,python*-tripleoclient,'
'openstack-tripleo-*,openstack-puppet-modules,'
'puppet-*,python*-tripleo-common,python*-paunch*,'
'tripleo-ansible')
'tripleo-ansible,ansible-config_template')
DEFAULT_OUTPUT_PATH = '/etc/yum.repos.d'
DEFAULT_RDO_MIRROR = 'https://trunk.rdoproject.org'