Clarify that do until loops are unsupported on include tasks (#49581)

This commit is contained in:
Jordan Borean 2018-12-07 02:02:47 +10:00 committed by Sandra McCann
parent d8859a7352
commit 0d7e95b4db
2 changed files with 4 additions and 2 deletions

View file

@ -26,7 +26,8 @@ options:
file:
description:
- The name of the imported file is specified directly without any other option.
- Unlike M(import_tasks), most keywords, including loops and conditionals, apply to this statement.
- Unlike M(import_tasks), most keywords, including loop, with_items, and conditionals, apply to this statement.
- The do until loop is not supported on M(include_tasks).
version_added: '2.7'
apply:
description: