fix: use proper force command for ansible-galaxy
This commit is contained in:
parent
d2c15adf30
commit
93e8b6b65b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,4 +28,4 @@ deployment:
|
|||
script:
|
||||
- |
|
||||
# install ansible roles dependancies
|
||||
ssh $SSH_DEPLOYMENT_USER@$ANSIBLE_SERVER "sudo /usr/local/bin/ansible-galaxy install -f /etc/ansible/roles/requirements.yaml"
|
||||
ssh $SSH_DEPLOYMENT_USER@$ANSIBLE_SERVER "sudo /usr/local/bin/ansible-galaxy install -r /etc/ansible/roles/requirements.yaml --force"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue