From f78d30971deda5a30ba3801e8b3f87cb8445b56f Mon Sep 17 00:00:00 2001 From: Antwan <antoine.blancy@etu.hesge.ch> Date: Mon, 11 Apr 2022 22:00:34 +0200 Subject: [PATCH] a --- script.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script.sh b/script.sh index 836256f..5b4047f 100644 --- a/script.sh +++ b/script.sh @@ -1,3 +1,2 @@ #!/bin/bash -ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i deez_nodes h1.yml h2.yml r1.yml -ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i deez_nodes wg.yml \ No newline at end of file +ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i deez_nodes h1.yml h2.yml r1.yml wg.yml \ No newline at end of file -- GitLab