Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/playbooks_reuse_includes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down