mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 14:44:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
3
tests/integration/targets/setup_cron/vars/debian.yml
Normal file
3
tests/integration/targets/setup_cron/vars/debian.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
cron_pkg: cron
|
||||
cron_service: cron
|
||||
list_pkg_files: dpkg -L
|
0
tests/integration/targets/setup_cron/vars/default.yml
Normal file
0
tests/integration/targets/setup_cron/vars/default.yml
Normal file
3
tests/integration/targets/setup_cron/vars/fedora.yml
Normal file
3
tests/integration/targets/setup_cron/vars/fedora.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
cron_pkg: cronie
|
||||
cron_service: crond
|
||||
list_pkg_files: rpm -ql
|
3
tests/integration/targets/setup_cron/vars/freebsd.yml
Normal file
3
tests/integration/targets/setup_cron/vars/freebsd.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
cron_pkg:
|
||||
cron_service: cron
|
||||
list_pkg_files: pkg info --list-files
|
4
tests/integration/targets/setup_cron/vars/redhat.yml
Normal file
4
tests/integration/targets/setup_cron/vars/redhat.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
cron_pkg: cronie
|
||||
cron_service: crond
|
||||
faketime_pkg:
|
||||
list_pkg_files: rpm -ql
|
3
tests/integration/targets/setup_cron/vars/suse.yml
Normal file
3
tests/integration/targets/setup_cron/vars/suse.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
cron_pkg: cron
|
||||
cron_service: cron
|
||||
list_pkg_files: rpm -ql
|
Loading…
Add table
Add a link
Reference in a new issue