Fix text in import_role module description (#65066)

Docs: Remove unnecessary "it" in description.
pull/65080/head
Nelson Lago 5 years ago committed by Alicia Cozine
parent 9e92668d4f
commit 3f3d1d8f2d

@ -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.

Loading…
Cancel
Save