mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 23:55:19 +01:00
Compare commits
No commits in common. "2ed8bdc8e83dbf52318c10f20fbb12ecdf158c0b" and "5165572e9e2a830a36143578a117d600533f9d94" have entirely different histories.
2ed8bdc8e8
...
5165572e9e
4 changed files with 4 additions and 8 deletions
|
|
@ -1,2 +0,0 @@
|
|||
trivial:
|
||||
- "Move Galaxy test requirements from old transitional format in tests/requirements.yml to standard Ansible Galaxy requirements files in tests/integration/requirements.yml and tests/unit/requirements.yml."
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
collections:
|
||||
- community.general
|
||||
4
tests/requirements.yml
Normal file
4
tests/requirements.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
integration_tests_dependencies:
|
||||
- community.general
|
||||
unit_tests_dependencies:
|
||||
- community.general
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
collections:
|
||||
- community.general
|
||||
Loading…
Reference in a new issue