From d020ddaaab1919f4309748d6d72eb83ce1869cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Berthaud-M=C3=BCller?= Date: Mon, 7 Jun 2021 18:44:28 +0200 Subject: [PATCH] change job --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b31a81f..63e8ade 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,6 @@ before_script: - echo "$SSH_KNOWN_HOSTS" >> /root/.ssh/known_hosts - chmod 644 /root/.ssh/known_hosts -ping: +deploy: script: - - ansible -i config/hosts -m ping all + - ansible-playbook -i config/hosts config/deploy.yml