collection_prep icon indicating copy to clipboard operation
collection_prep copied to clipboard

Results 18 collection_prep issues
Sort by recently updated
recently updated
newest added

The following warning is currently added to the README: ``` For collections that support Ansible 2.9, please ensure you update your `network_os` to use the fully qualified collection name (for...

This hook can automatically update the version in galaxy.yml from the output of `git describe` See https://github.com/ansible-collections/ansible.netcommon/pull/391 for the hook in action

I was observing that collection_prep took the field `version_added` from the modules doc-string and replaced whatever was written in `version_added` with `1.0.0`. I don't understand very much what's going on...

It looks like `collection_prep_add_docs -p .` looks for `plugins/doc_fragments` in the collection search path, not in the current directory (see [community.vmware#1062](https://github.com/ansible-collections/community.vmware/pull/1062#issuecomment-932700707) ff). I think that _not_ searching for `plugins/doc_fragments` in...

Hi, I created this PR because I am observing that the following `options`-documenation is parsed with an error: ```` options: add_ins: description: - Contains list of addIns - see addIn...

The indentation was broken for any return value with the `version_added` field. An example was on the `ansible.windows` win_environment module that was changed to https://github.com/ansible-collections/ansible.windows/commit/b8bdc06f817913d025cdaa7c65dad0af55d1d4fe#diff-cdd7d9bbe1aea346b11bcc4076ce696466692aba3d67b543c312e4f4ffa5c9f6. The doc looked like the...

Generate the docs/index.rst file which is a list of all the modules of the collection.