Rick Elrod
ef554d0378
[playbook] error on empty, error on 'include' (remove two deprecations) ( #74172 )
...
Change:
- Remove two deprecated features
- We now error if a playbook is an empty list instead of just skipping
- We now error if using 'include' instead of 'import_playbook'
Test Plan:
- Added new tests for new errors
Tickets:
- Fixes #74133
Signed-off-by: Rick Elrod <rick@elrod.me>
* sanity & changelog
Signed-off-by: Rick Elrod <rick@elrod.me>
2021-04-09 10:28:24 -04:00
Matt Davis
4c0af6c808
fix internal cases of actions calling unqualified module names ( #70818 )
...
* fix internal cases of actions calling unqualified module names
* add porting_guide entry
* misc other fixes around action/module resolution broken by redirection
ci_complete
* Update docs/docsite/rst/porting_guides/porting_guide_2.10.rst
Co-authored-by: Rick Elrod <rick@elrod.me>
* Update docs/docsite/rst/porting_guides/porting_guide_2.10.rst
Co-authored-by: Rick Elrod <rick@elrod.me>
* address review feedback
* pep8
* unit test fixes
* win fixes
* gather_facts fix module args ignores
* docs sanity
* pep8
* fix timeout test
* fix win name rewrites
Co-authored-by: Rick Elrod <rick@elrod.me>
2020-07-23 09:02:57 -07:00
Brian Coca
df4e83deda
added 'task timeout' feature ( #69284 )
...
* added 'task timeout' feature
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-05-19 17:20:08 -04:00
Brian Coca
babac66f9c
Be strict about what is a boolean for keywords ( #67625 )
...
* be strict about what is a boolean for keywords
- found and fixed typo in test , 'yes' != 'yes.'
2020-04-28 13:55:26 -04:00