Skip to content

Commit

Permalink
install python3-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
javierblancoNS committed Dec 24, 2021
1 parent 25bd802 commit 8520d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ deploy_prod:
script:
- git clone https://${GL_USER}:${GL_TOKEN}@gitlab.com/natural-solutions/ns-ansible-infrastructure.git
- cd ns-ansible-infrastructure
- pip install docker
- apt install -y python3-docker
- echo ${VAULT_PASSWORD_KEY} > password-file
- ansible-vault decrypt --vault-password-file password-file k
- ansible-playbook -i hosts -l ecoteka_prod --vault-password-file password-file deploy.yml
Expand Down

0 comments on commit 8520d98

Please sign in to comment.