make deploy manual

main
Hannaeko 2021-07-30 17:14:43 +02:00
parent 4189a73b79
commit a3d852d493
1 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,8 @@ before_script:
deploy:
script:
# TODO: build image with dependencies installed
- ansible-galaxy collection install ansible.netcommon
- pip3 install netaddr
- ansible-playbook -i hosts deploy.yml
# TODO: build image with dependencies installed
- ansible-galaxy collection install ansible.netcommon
- pip3 install netaddr
- ansible-playbook -i hosts deploy.yml
when: manual