Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [playbook] error on empty, error on 'include' (remove two deprecations) (#74172) | Rick Elrod | 2021-04-09 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | Split up lookup integration tests. (#67294) | Matt Clay | 2020-02-11 | 1 | -0/+49 |
* Split up lookup integration tests. * Rename lookup_paths integration test. This will avoid confusing it for a test of the `paths` lookup plugin, which does not exist. * Fix lookup_pipe integration test. The test now verifies it receives the correct output. Adding a second task also causes code coverage to be properly registered for the lookup plugin. * Rename ini lookup test to match plugin name. * Update sanity ignore path. |