mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Correct docsite typos: it's -> its (#50812)
This commit is contained in:
parent
0e7a9a2771
commit
88029a73d6
5 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ Filters in Ansible are from Jinja2, and are used for transforming data inside a
|
|||
|
||||
Take into account that templating happens on the Ansible controller, **not** on the task's target host, so filters also execute on the controller as they manipulate local data.
|
||||
|
||||
In addition the ones provided by Jinja2, Ansible ships with it's own and allows users to add their own custom filters.
|
||||
In addition the ones provided by Jinja2, Ansible ships with its own and allows users to add their own custom filters.
|
||||
|
||||
.. _filters_for_formatting_data:
|
||||
|
||||
|
|
|
@ -155,7 +155,7 @@ Or, using the newer syntax::
|
|||
app_port: 5000
|
||||
...
|
||||
|
||||
You can conditionally import a role and execute it's tasks::
|
||||
You can conditionally import a role and execute its tasks::
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue