Disable cron integration test on Alpine (#81301)

The tests are now failing due to the lack of `libfaketime` in the Alpine repos.
This commit is contained in:
Matt Clay
2023-07-18 17:38:37 -07:00
committed by GitHub
parent 1e929ada6f
commit 261a12b8a9
@@ -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: