We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07a9c38 + 7980a82 commit 72b8920Copy full SHA for 72b8920
molecule/default/verify.yml
@@ -142,12 +142,6 @@
142
143
- name: Check if backup is working (mariadb-backup)
144
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
151
mkdir /tmp/backup
152
if command -v mariadb-backup >/dev/null; then
153
MARIADB_BACKUP="mariadb-backup"
0 commit comments