make deploy manual
This commit is contained in:
parent
4189a73b79
commit
a3d852d493
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue