Set external roles to import into ansible namespace

This patch sets the ansible external roles to export into the ansible
namespace (/etc/ansible/roles) instead of the os-ansible-deployment namespace.

This ensures a seperation of concerns and simplifies the os-ansible-deployment
upgrade process.

Partially implements: blueprint master-kilofication
Change-Id: I96dd61a4d3bdc52ae577fbf006387ffac58b7875
This commit is contained in:
Jesse Pretorius 2015-04-24 10:11:33 +01:00 committed by Kevin Carter
parent bdee1d5ac8
commit 8bf181ebf1

View File

@ -77,7 +77,6 @@ if [ -f "${ANSIBLE_ROLE_FILE}" ];then
fi
# Pull all required roles.
ansible-galaxy install --role-file=${ANSIBLE_ROLE_FILE} \
--roles-path=playbooks/roles/ \
--ignore-errors \
--force
fi