Remove duplicate include in user_guide

Looks like two commits merged close to each other and an '-include'
got left along with its replacement '-include_tasks'
This commit is contained in:
Steve McLellan 2018-05-10 11:51:22 -05:00 committed by Brian Coca
parent 2de6734ce4
commit 5fd9954ccc

View file

@ -262,7 +262,6 @@ Ansible by default sets the loop variable ``item`` for each loop, which causes t
As of Ansible 2.1, the ``loop_control`` option can be used to specify the name of the variable to be used for the loop:: As of Ansible 2.1, the ``loop_control`` option can be used to specify the name of the variable to be used for the loop::
# main.yml # main.yml
- include: inner.yml
- include_tasks: inner.yml - include_tasks: inner.yml
loop: loop:
- 1 - 1