mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 08:03:18 +02:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user