From c977f7fe340639b18f7e43eed15d7ffea41e2898 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Mon, 27 Apr 2020 09:23:38 +0200
Subject: [PATCH] [base] Use bash to collect adm_iface

---
 base.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/base.yml b/base.yml
index 4bf65e7d..5bf6a4e7 100755
--- a/base.yml
+++ b/base.yml
@@ -8,6 +8,8 @@
       register: adm_iface
       check_mode: no
       changed_when: True
+      args:
+        executable: /bin/bash
 
 # Common CRANS configuration for all servers
 - hosts: server