3c629c52a9
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/crontabs#29368b04c54ba45164448b229458783f510a1836
13 lines
352 B
YAML
13 lines
352 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- test-of-functionality-of-crontabs
|
|
required_packages:
|
|
- crontabs # test-of-functionality-of-crontabs needs crontabs
|
|
- findutils # beakerlib needs find command
|