From b6a89bff6c7ca19eb300b52b5f5cdb2e4bb5316c Mon Sep 17 00:00:00 2001 From: wolfwork Date: Thu, 8 Feb 2024 03:45:43 +0900 Subject: [PATCH] Add missing char 's' in exists documentation (#82651) --- lib/ansible/plugins/test/exists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/test/exists.yml b/lib/ansible/plugins/test/exists.yml index 6ced0dc1b85..331ce5c1bdf 100644 --- a/lib/ansible/plugins/test/exists.yml +++ b/lib/ansible/plugins/test/exists.yml @@ -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: