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

<!--- Your description here -->

+label: docsite_pr
pull/44841/head
Greg Chavez 6 years ago committed by Alicia Cozine
parent 559599842a
commit a5b02d6c7c

@ -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…
Cancel
Save