Skip to content

Commit

Permalink
molecule: temporarily return the value "swap_file_create: false"
Browse files Browse the repository at this point in the history
Before finding out the list of containerization systems used in github CI
  • Loading branch information
vitabaks committed Mar 1, 2023
1 parent a6dd4df commit 4f1bbc8
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_enabled_at_boot: false
firewall_enable_ipv6: false # Added to prevent test failures in CI.
swap_file_create: 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"]
with_haproxy_load_balancing: true
Expand Down
1 change: 1 addition & 0 deletions molecule/postgrespro/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- name: Set variables for molecule
set_fact:
firewall_enable_ipv6: false # Added to prevent test failures in CI.
swap_file_create: 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"]
with_haproxy_load_balancing: true
Expand Down

0 comments on commit 4f1bbc8

Please sign in to comment.