mirror of https://github.com/ansible/ansible.git
Move requirements into tests. (#35197)
parent
060001b08d
commit
4f6017dc16
@ -0,0 +1,3 @@
|
|||||||
|
test_packages:
|
||||||
|
- "devel/ruby-gems"
|
||||||
|
- "ruby"
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
test_packages:
|
||||||
|
- "rubygems"
|
||||||
@ -0,0 +1 @@
|
|||||||
|
test_packages: []
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
tasks:
|
||||||
|
- name: install git
|
||||||
|
package:
|
||||||
|
name: git
|
||||||
|
when: ansible_distribution != "MacOSX"
|
||||||
Loading…
Reference in New Issue