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