From 618216a5550506dfec705c6d558315864712936b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 15 Apr 2019 12:15:58 +0200 Subject: [PATCH] [SKIP CI] small readme enhancements --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30b7f4a..5a6f4a2 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,10 @@ optional arguments: ansible-later FILES ``` -Where FILES is a space delimited list of files to review. You can also pass glob +If you don't pass any file to ansible-later it will review all files including subdirs in +the current working directory (hidden files and folders are excluded by default). + +Otherwise you can pass a space delimited list of files to review. You can also pass glob patterns to ansible-later: ```Shell @@ -183,7 +186,7 @@ ansible-later meta/main.yml tasks/install.yml ansible-later **/*.yml ``` -ansible-later will review inventory files, role f0iles, python code (modules, plugins) +ansible-later will review inventory files, role files, python code (modules, plugins) and playbooks. - The goal is that each file that changes in a