From fa9f863ad1a2a19b4c6ef8b2145a94e7da87b336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Thu, 13 Nov 2025 15:49:15 +0100 Subject: [PATCH] Add running in check mode to instructions in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67e3024..0602c76 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Run one-off tasks with (add `--key-file` or other options as necessary): ansible -m ping 'server-*' -Run a playbook with: +Run a playbook in check mode with: + + ansible-playbook setup.yml -l 'server-*' -CD + +If everything seems OK, run: ansible-playbook setup.yml -l 'server-*'