Skip to content

Commit

Permalink
Rename ansible names.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwiedemann committed Jul 4, 2018
1 parent 2451c60 commit e6ff1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/acp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ install_configuration ()
#export ANSIBLE_RETRY_FILES_ENABLED="False"
generate_playbooks
echo-green "Installing roles:"
ansible-galaxy install andock_ci.ansible_role_ssh_keys,v${REQUIREMENTS_SSH_KEYS} --force
ansible-galaxy install andock_ci.build,v${REQUIREMENTS_ANDOCK_CI_BUILD} --force
ansible-galaxy install andock-ci.build,v${REQUIREMENTS_ANDOCK_CI_BUILD} --force
ansible-galaxy install andock_ci.fin,v${REQUIREMENTS_ANDOCK_CI_FIN} --force
ansible-galaxy install andock_ci.ansible_role_ssh_keys,v${REQUIREMENTS_SSH_KEYS} --force
ansible-galaxy install andock_ci.server,v${REQUIREMENTS_ANDOCK_CI_SERVER} --force
echo "
[andock-ci-build-server]
Expand Down

0 comments on commit e6ff1ac

Please sign in to comment.