Fix PEP8 issue.
This commit is contained in:
parent
79ecb4c41f
commit
3fb5056606
1 changed files with 2 additions and 1 deletions
|
@ -826,7 +826,8 @@ class StrategyBase:
|
|||
raise AnsibleParserError("Include tasks should not specify tags in more than one way (both via args and directly on the task). "
|
||||
"Mixing tag specify styles is prohibited for whole import hierarchy, not only for single import statement",
|
||||
obj=included_file._task._ds)
|
||||
display.deprecated("You should not specify tags in the include parameters. All tags should be specified using the task-level option", version='2.12')
|
||||
display.deprecated("You should not specify tags in the include parameters. All tags should be specified using the task-level option",
|
||||
version='2.12')
|
||||
included_file._task.tags = tags
|
||||
|
||||
block_list = load_list_of_blocks(
|
||||
|
|
Loading…
Reference in a new issue