mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Correct docsite typos: it's -> its (#50812)
This commit is contained in:
@@ -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::
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user