mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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:
committed by
Brian Coca
parent
2de6734ce4
commit
5fd9954ccc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user