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:
parent
2de6734ce4
commit
5fd9954ccc
1 changed files with 0 additions and 1 deletions
|
@ -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::
|
||||
|
||||
# main.yml
|
||||
- include: inner.yml
|
||||
- include_tasks: inner.yml
|
||||
loop:
|
||||
- 1
|
||||
|
|
Loading…
Reference in a new issue