mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
"encountered" is an adj. here, need vb. "are" (#44833)
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user