make deploy manual

This commit is contained in:
Hannaeko 2021-07-30 17:14:43 +02:00
parent 4189a73b79
commit a3d852d493

View file

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