"encountered" is an adj. here, need vb. "are" (#44833)

<!--- Your description here -->

+label: docsite_pr
This commit is contained in:
Greg Chavez 2018-08-29 10:14:09 -04:00 committed by Alicia Cozine
parent 559599842a
commit a5b02d6c7c

View file

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