mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Move requirements into tests. (#35197)
This commit is contained in:
@@ -11,6 +11,8 @@ repo_dir="${temp_dir}/repo"
|
||||
pull_dir="${temp_dir}/pull"
|
||||
temp_log="${temp_dir}/pull.log"
|
||||
|
||||
ansible-playbook setup.yml
|
||||
|
||||
cp -av "pull-integration-test" "${repo_dir}"
|
||||
cd "${repo_dir}"
|
||||
(
|
||||
|
||||
6
test/integration/targets/pull/setup.yml
Normal file
6
test/integration/targets/pull/setup.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: install git
|
||||
package:
|
||||
name: git
|
||||
when: ansible_distribution != "MacOSX"
|
||||
Reference in New Issue
Block a user