ansible-documentation icon indicating copy to clipboard operation
ansible-documentation copied to clipboard

Ansible community documentation

Results 114 ansible-documentation issues
Sort by recently updated
recently updated
newest added

Galaxy and AutomationHub use roles/meta/main.yml to generate the description field for roles. It's recently surfaced that the minimum required parameters for a meta/main.yml file seem to be: ``` galaxy_info: description:...

new_contributor

pr_labeler: migrate to minimal typer-slim package for CLI parsing

tooling
pr_labeler

We mention the [role structure](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#role-directory-structure) and some specific portions of `meta/main.yml` in https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#using-meta-main-yml but we don't define the whole thing anywhere in docs. The specifc trigger for this issue is...

### Summary I'm currently writing a custom ansible modules in a collection. To do so, I'm using the **ansible-test** module. Now, I've arrived at a point where I'm running **sanity**...

documentation

According to this stackoverflow post - our docs need updating: https://stackoverflow.com/questions/76988556/ansible-include-task-search-for-file-does-not-appear-to-be-looking-down-document/76994183#76994183

documentation
good first issue
MUNI tech writers

### Summary I am developing an ansible module in a collection that requires an external python dependency. In my development context, that dependency is present, but when I try to...

Cause it is similar but NOT the same as modules

sc_approval

##### SUMMARY `allow_duplicates: no` for `import_role` appears to do nothing as there appears to be no way to pass role parameters. `allow_duplicate: no` for include_role appears to work for vars:...

documentation

Right now the attribute description for `check_mode` always says > Can run in check_mode and return changed status prediction without modifying target ![image](https://github.com/ansible/ansible-documentation/assets/8462645/0032395c-ae1f-4abc-bd5f-6c1b69ecad04) Even if the module explicitly doesn't support...

documentation

Would it be possible to tag the current state of a `stable-2.X` branch after each ansible-core release? I understand that the plan is to separate the deployment of docs from...

doc builds