From cfcbe7fa54604c1ae417306962e6287a14a906e5 Mon Sep 17 00:00:00 2001
From: Bombar Maxime <bombar@crans.org>
Date: Wed, 6 May 2020 21:49:52 +0200
Subject: [PATCH] Add variable shell

---
 host_vars/thunes-dev.yml | 2 ++
 host_vars/thunes.yml     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/host_vars/thunes-dev.yml b/host_vars/thunes-dev.yml
index b5b610a..fcb130f 100644
--- a/host_vars/thunes-dev.yml
+++ b/host_vars/thunes-dev.yml
@@ -1,3 +1,5 @@
+shell: "zsh"
+
 thunes_debug: True
 thunes_db_name: "thunes_dev"
 thunes_db_user: "thunes_dev"
diff --git a/host_vars/thunes.yml b/host_vars/thunes.yml
index 73bf98b..1228a92 100644
--- a/host_vars/thunes.yml
+++ b/host_vars/thunes.yml
@@ -1,3 +1,5 @@
+shell: "zsh"
+
 thunes_debug: False
 thunes_db_name: "thunes"
 thunes_db_user: "thunes"
-- 
GitLab