From e800f22bf8aeb7ff2c2fca09649f33ad59bbc076 Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Mon, 26 Oct 2020 11:55:06 +0100
Subject: [PATCH] Also add the playbook

---
 ansible/playbook.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/playbook.yml b/ansible/playbook.yml
index 3c920e7a7..5ba33e7bb 100644
--- a/ansible/playbook.yml
+++ b/ansible/playbook.yml
@@ -1,4 +1,4 @@
-- hosts: targets
+- hosts: gitlab_ci_deploy_targets
   tasks:
     - name: Create remote VirtualFluids_dev dir
       command: mkdir ~/VirtualFluids_dev
-- 
GitLab