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
|
fi
|
||||||
# Pull all required roles.
|
# Pull all required roles.
|
||||||
ansible-galaxy install --role-file=${ANSIBLE_ROLE_FILE} \
|
ansible-galaxy install --role-file=${ANSIBLE_ROLE_FILE} \
|
||||||
--roles-path=playbooks/roles/ \
|
|
||||||
--ignore-errors \
|
--ignore-errors \
|
||||||
--force
|
--force
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user