148e83f832
* 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.
5 lines
100 B
YAML
5 lines
100 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Make sure git is installed
|
|
package:
|
|
name: git
|