From a581b49943ab745307074c4d6f68675303924189 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Sat, 9 Jan 2021 22:48:40 +0300 Subject: [PATCH] molecule: add nameservers to converge.yml Added to prevent test failures in CI. fixed: Name or service not known --- molecule/default/converge.yml | 1 + molecule/postgrespro/converge.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 6d178eb68..b24aaad4f 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -8,6 +8,7 @@ set_fact: firewall_enable_ipv6: false # Added to prevent test failures in CI. sysctl_set: false # Added to prevent test failures in CI. + nameservers: ["8.8.8.8", "9.9.9.9"] cacheable: true - name: Prepare | Clean yum cache diff --git a/molecule/postgrespro/converge.yml b/molecule/postgrespro/converge.yml index 266c272c4..baabbc54f 100644 --- a/molecule/postgrespro/converge.yml +++ b/molecule/postgrespro/converge.yml @@ -8,6 +8,7 @@ set_fact: firewall_enable_ipv6: false # Added to prevent test failures in CI. sysctl_set: false # Added to prevent test failures in CI. + nameservers: ["8.8.8.8", "9.9.9.9"] cacheable: true - name: Prepare | Clean yum cache