Fix text in import_role module description (#65066)

Docs: Remove unnecessary "it" in description.
This commit is contained in:
Nelson Lago 2019-11-19 14:37:33 -03:00 committed by Alicia Cozine
parent 9e92668d4f
commit 3f3d1d8f2d

View file

@ -18,7 +18,7 @@ author: Ansible Core Team (@ansible)
module: import_role
short_description: Import a role into a play
description:
- Much like the C(roles:) keyword, this task loads a role, but it allows you to control it when the role tasks run in
- Much like the C(roles:) keyword, this task loads a role, but it allows you to control when the role tasks run in
between other tasks of the play.
- Most keywords, loops and conditionals will only be applied to the imported tasks, not to this statement itself. If
you want the opposite behavior, use M(include_role) instead.