ansible/test/integration/targets/ansible-test/collection-tests/install-git.yml
Matt Clay 148e83f832
Fix ansible-test submodule handling. (#68759)
* Refactor ansible-test integration test.
* Add env --list-files option.
* Add tests for collection files tracked by git.
* Fix ansible-test submodule usage on older git.
* Fix submodule directory detection as files.
* Improve handling of nested source control.
2020-04-08 01:15:49 -07:00

5 lines
100 B
YAML

- hosts: localhost
tasks:
- name: Make sure git is installed
package:
name: git