Skip to content

Commit

Permalink
molecule: add nameservers to converge.yml
Browse files Browse the repository at this point in the history
Added to prevent test failures in CI.

fixed:
Name or service not known
  • Loading branch information
vitabaks committed Jan 9, 2021
1 parent 88337b4 commit a581b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions molecule/postgrespro/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a581b49

Please sign in to comment.