diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index d5f9233759..80aead8b49 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -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