diff --git a/docsite/rst/playbooks_loops.rst b/docsite/rst/playbooks_loops.rst index eaad679c51..69cecc45d4 100644 --- a/docsite/rst/playbooks_loops.rst +++ b/docsite/rst/playbooks_loops.rst @@ -125,8 +125,8 @@ Assuming that ``first_example_file`` contained the text "hello" and ``second_exa Looping over Fileglobs `````````````````````` -``with_fileglob`` matches all files in a single directory, non-recursively, that match a pattern. It can -be used like this:: +``with_fileglob`` matches all files in a single directory, non-recursively, that match a pattern. It calls +`Python's glob library `_, and can be used like this:: --- - hosts: all