1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Relicense under GPLv3 and clean up modules (#57)

Clean up modules according to last Ansible changes
Set license for GPLv3 to avoid various possible issues
This commit is contained in:
Sergey 2020-06-08 17:07:16 +03:00 committed by GitHub
parent 80b2ae6abf
commit 8b717f9201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 659 additions and 233 deletions

View file

@ -89,7 +89,10 @@ jobs:
~/.local/bin/ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz
- name: Run collection sanity tests
run: >-
~/.local/bin/ansible-test sanity --color --requirements --python "${{ matrix.python-version }}" -vvv
~/.local/bin/ansible-test sanity
--color
--requirements
--python "${{ matrix.python-version }}" -vvv
plugins/ tests/
working-directory: >-
/home/runner/.ansible/collections/ansible_collections/containers/podman