New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing with ansible-core #562
Conversation
|
WARNING!!! This PR is not attached to an issue. In most cases this is not advisable. Please see our PR docs for more information about how to attach this PR to an issue. |
263b1c0
to
d99fcb9
Compare
requirements.yml
Outdated
| @@ -4,3 +4,4 @@ roles: | |||
| - geerlingguy.postgresql | |||
| collections: | |||
| - ansible.posix | |||
| - community.postgresql | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably need community.crypto as well
d12cce2
to
b768249
Compare
.github/workflows/pull_request.yml
Outdated
|
|
||
| cp temp/ansible_collections/community/general/plugins/modules/system/make.py plugins/modules | ||
| cp temp/ansible_collections/community/general/plugins/modules/packaging/language/pip_package_info.py plugins/modules | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Spredzy this is interesting what they are doing here. Would we want to consider the same, vendoring the code at build time instead of committing it to the repo?
09e61b2
to
5617419
Compare
[noissue]
[noissue]