[stable-2.14] Disable cron integration test on Alpine (#81301) (#81303)

The tests are now failing due to the lack of `libfaketime` in the Alpine repos.
(cherry picked from commit 261a12b8a9)
pull/81308/head
Matt Clay 3 years ago committed by GitHub
parent 5698f942c9
commit f2246d3a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,7 @@
- name: Alpine is not supported due to lack of libfaketime
meta: end_host
when: ansible_distribution == 'Alpine'
- name: Include distribution specific variables
include_vars: "{{ lookup('first_found', search) }}"
vars:

Loading…
Cancel
Save