Skip to content

Commit 72b8920

Browse files
committed
Merge branch 'alpine'
2 parents 07a9c38 + 7980a82 commit 72b8920

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

molecule/default/verify.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,6 @@
142142
143143
- name: Check if backup is working (mariadb-backup)
144144
ansible.builtin.shell: |
145-
# segfault before 3.22 on Alpine Linux, Ansible facts comparison are not
146-
# powerful enough so "when" is not used here
147-
source /etc/os-release
148-
if [ "$ID" == "alpine" ] && [ "${VERSION_ID:2:2}" -lt "22" ]; then
149-
exit 0
150-
fi
151145
mkdir /tmp/backup
152146
if command -v mariadb-backup >/dev/null; then
153147
MARIADB_BACKUP="mariadb-backup"

0 commit comments

Comments
 (0)