ansible/lib/ansible/playbook
David Shrewsbury 8fb54885bf
Role argspec: allow new argument spec file (#74582)
* support separate role argspec file in ansible-doc

* support separate role argspec file in ansible-core

* support both .yml and .yaml extensions on argspec file in ansible-doc

* fix filename building bug and rename some argspec files to test variations

* use yaml extensions from constants

* add superfluous meta/main.yml files to tests

* Update lib/ansible/cli/doc.py

Co-authored-by: Sam Doran <sdoran@redhat.com>

* update docs

* ci_complete

* add changelog and allow for main.yml variations

* add collection role testing

Co-authored-by: Sam Doran <sdoran@redhat.com>
2021-05-11 09:29:47 -05:00
..
role Role argspec: allow new argument spec file (#74582) 2021-05-11 09:29:47 -05:00
__init__.py [playbook] error on empty, error on 'include' (remove two deprecations) (#74172) 2021-04-09 10:28:24 -04:00
attribute.py
base.py Only check if play.hosts is a template when the play hasn't been finalized (#73941) 2021-04-19 13:03:40 -04:00
block.py Fix notify on import_tasks (#73572) 2021-03-03 16:11:09 -05:00
collectionsearch.py collection routing (#67684) 2020-05-26 09:42:06 -07:00
conditional.py [conditional] Remove support for bare variables (#74208) 2021-04-13 11:12:10 -04:00
handler.py
handler_task_include.py Validate args for includes in handlers too (#57537) 2020-05-12 09:35:58 +02:00
helpers.py only add data when there is data to add (#54559) 2021-02-11 10:07:20 -05:00
included_file.py deprecated include (#71262) 2021-04-15 14:19:04 -04:00
loop_control.py
play.py [playbook/play.py] Increase error test coverage (#74217) 2021-04-13 11:22:02 -04:00
play_context.py finish migrating ssh plugin to config system (#73708) 2021-03-03 15:25:16 -05:00
playbook_include.py [playbook] error on empty, error on 'include' (remove two deprecations) (#74172) 2021-04-09 10:28:24 -04:00
role_include.py Add rolespec_validate to import/include_role (#73589) 2021-02-12 16:26:33 -06:00
taggable.py
task.py removed task parameters (#74154) 2021-04-08 15:09:45 -04:00
task_include.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 2020-11-03 08:51:31 -05:00