From a3d852d493bd8f2b9cb4209e084f0bd678e89e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Berthaud-M=C3=BCller?= Date: Fri, 30 Jul 2021 17:14:43 +0200 Subject: [PATCH] make deploy manual --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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