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
Plugin for pre-flight #372
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. |
2882012
to
5435df3
Compare
|
Error message: |
| @@ -1,2 +1,3 @@ | |||
| [defaults] | |||
| roles_path = ~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles | |||
| lookup_plugins = ~/.ansible/plugins/lookup:/usr/share/ansible/plugins/lookup:~/pulp_installer/plugins/lookup | |||
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.
Do we use this file? Do the molecule tests rely on this?
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.
I tried and molecule did not use it, I had to set a variable in molecule
| RETURN = r""" | ||
| _list: | ||
| description: | ||
| - List of latest Github termsitory version(s) |
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.
Is that a thing? Or did your s/repos/terms/ go mad?
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.
I just copied https://github.com/artis3n/ansible-collection-github and used as placeholder, I modified the code, but I still have to work on the documentation part
|
@pulp/installer this is a PoC, it makes the collection dependent on the plugin (ansible needs to find the path to the plugin). |
Plugin for checking the compatibility of pulpcore and its plugins. [noissue]
|
stale for a while, closing for now |
Plugin for checking the compatibility of pulpcore and its plugins.
Reference: