Disable cron integration test on Alpine (#81301)

The tests are now failing due to the lack of `libfaketime` in the Alpine repos.
pull/81305/head
Matt Clay 1 year ago committed by GitHub
parent 1e929ada6f
commit 261a12b8a9
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