From 1c15103b9ae1fd900ba33b9a10d1ac64d521e7b1 Mon Sep 17 00:00:00 2001 From: clime Date: Mon, 8 Oct 2018 11:08:43 +0200 Subject: [PATCH] libravatar: say which resolv.conf we want to use in group_vars --- inventory/group_vars/libravatar | 1 + inventory/group_vars/libravatar-stg | 1 + 2 files changed, 2 insertions(+) create mode 100644 inventory/group_vars/libravatar create mode 100644 inventory/group_vars/libravatar-stg diff --git a/inventory/group_vars/libravatar b/inventory/group_vars/libravatar new file mode 100644 index 0000000000..a80475b535 --- /dev/null +++ b/inventory/group_vars/libravatar @@ -0,0 +1 @@ +resolvconf: "resolv.conf/cloud" diff --git a/inventory/group_vars/libravatar-stg b/inventory/group_vars/libravatar-stg new file mode 100644 index 0000000000..a80475b535 --- /dev/null +++ b/inventory/group_vars/libravatar-stg @@ -0,0 +1 @@ +resolvconf: "resolv.conf/cloud"