Commit e5211a9b by Gerard Lynch

playbooks_filters - minor fixes

parent f0efe1ec
...@@ -364,7 +364,7 @@ style. For example the following:: ...@@ -364,7 +364,7 @@ style. For example the following::
{{ "Plain style (default)" | comment }} {{ "Plain style (default)" | comment }}
will produce the this output:: will produce this output::
# #
# Plain style (default) # Plain style (default)
...@@ -448,11 +448,11 @@ To separate the windows drive letter from the rest of a file path (new in versio ...@@ -448,11 +448,11 @@ To separate the windows drive letter from the rest of a file path (new in versio
{{ path | win_splitdrive }} {{ path | win_splitdrive }}
To get only the windows drive letter To get only the windows drive letter::
{{ path | win_splitdrive | first }} {{ 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 }} {{ path | win_splitdrive | last }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment