Benoît Geeraerts 2 weeks ago committed by GitHub
commit fba0753287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,14 +14,14 @@ DOCUMENTATION:
EXAMPLES: |
# gobble => [ '/etc/make', 'conf' ]
# gobble => [ '/etc/make', '.conf' ]
gobble: "{{ '/etc/make.conf' | splitext }}"
# file_n_ext => [ 'ansible', 'cfg' ]
# file_n_ext => [ 'ansible', '.cfg' ]
file_n_ext: "{{ 'ansible.cfg' | splitext }}"
# hoax => ['/etc/hoasdf', '']
hoax: '{{ "/etc//hoasdf/" | splitext }}'
# hoax => [ '/etc/hoasdf', '' ]
hoax: "{{ '/etc/hoasdf' | splitext }}"
RETURN:
_value:

Loading…
Cancel
Save