mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50: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/gem/vars/FreeBSD.yml
Normal file
3
tests/integration/targets/gem/vars/FreeBSD.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
test_packages:
|
||||
- "devel/ruby-gems"
|
||||
- "ruby"
|
2
tests/integration/targets/gem/vars/RedHat.yml
Normal file
2
tests/integration/targets/gem/vars/RedHat.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
test_packages:
|
||||
- "rubygems"
|
1
tests/integration/targets/gem/vars/default.yml
Normal file
1
tests/integration/targets/gem/vars/default.yml
Normal file
|
@ -0,0 +1 @@
|
|||
test_packages: []
|
Loading…
Add table
Add a link
Reference in a new issue