diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f1f6c6..93801f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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