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