Alicia Cozine
Alicia Cozine
@Dule-martins you can just add the other commands to the existing page in the docs. Take a look at https://github.com/ansible/ansible/pull/76655/files, which added the `ansible-playbook` command (but be aware, that file...
Per discussion in the community working group on 2020-09-23 ([see item #3 here](https://meetbot.fedoraproject.org/ansible-community/2020-09-23/ansible_community_meeting.2020-09-23-18.01.html)), we will move the docs about collections requirements to docs.ansible.com. I'll update the title of this ticket...
Related to https://github.com/ansible/ansible/issues/75109.
We may or may not create "backward-facing" redirects to help users navigate from docs for collections-based plugins to the equivalent docs in 2.9. If we do, we'll likely do it...
I think using the Python convention of marking modules private by starting the filename `_` could be a) confusing in Ansible because we've used `_` to mean `deprecated` elsewhere and...
Related to https://github.com/ansible/ansible/pull/82677.
The code has been updated since the original issue was filed. Since [this change](https://github.com/ansible/ansible/pull/80320) both `import_role` and `include_role` are affected by `allow_duplicates`. This PR may not be necessary at all,...
@torched99 passing different parameters is covered in the docs at https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html#role-duplication-and-execution. The default behavior of Ansible is to skip any role that is duplicated in a playbook, so setting `allow_duplicates:...
@tsipinakis @danieljaouen this PR needs to be rebased - the branch is 987 commits behind the current `devel` branch (see https://github.com/bcoca/ansible/branches/all?page=2). The PR won't pass Ansible's test suite until the...