"encountered" is an adj. here, need vb. "are" (#44833)
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
parent
559599842a
commit
a5b02d6c7c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Includes vs. Imports
|
|||
As noted in :doc:`playbooks_reuse`, include and import statements are very similar, however the Ansible executor engine treats them very differently.
|
||||
|
||||
- All ``import*`` statements are pre-processed at the time playbooks are parsed.
|
||||
- All ``include*`` statements are processed as they encountered during the execution of the playbook.
|
||||
- All ``include*`` statements are processed as they are encountered during the execution of the playbook.
|
||||
|
||||
Please refer to :doc:`playbooks_reuse` for documentation concerning the trade-offs one may encounter when using each type.
|
||||
|
||||
|
|
Loading…
Reference in a new issue