mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Merge pull request #12336 from halberom/doc_fix_filters
docsite - playbooks_filters - minor tweaks
This commit is contained in:
@@ -364,7 +364,7 @@ style. For example the following::
|
||||
|
||||
{{ "Plain style (default)" | comment }}
|
||||
|
||||
will produce the this output::
|
||||
will produce this output::
|
||||
|
||||
#
|
||||
# Plain style (default)
|
||||
@@ -448,11 +448,11 @@ To separate the windows drive letter from the rest of a file path (new in versio
|
||||
|
||||
{{ path | win_splitdrive }}
|
||||
|
||||
To get only the windows drive letter
|
||||
To get only the windows drive letter::
|
||||
|
||||
{{ path | win_splitdrive | first }}
|
||||
|
||||
To get the rest of the path without the drive letter
|
||||
To get the rest of the path without the drive letter::
|
||||
|
||||
{{ path | win_splitdrive | last }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user