Add missing char 's' in exists documentation (#82651)

pull/82657/head
wolfwork 3 months ago committed by GitHub
parent 11efa5c48b
commit b6a89bff6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ DOCUMENTATION:
EXAMPLES: |
vars:
my_etc_hosts_exists: "{{ '/etc/hosts' is exist }}"
my_etc_hosts_exists: "{{ '/etc/hosts' is exists }}"
list_of_local_files_to_copy_to_remote: "{{ list_of_all_possible_files | select('exists') }}"
RETURN:

Loading…
Cancel
Save