From 79cecb9d1876a0755c8181d664e707f5430fadf8 Mon Sep 17 00:00:00 2001 From: Friendlypenguin Date: Wed, 23 Aug 2023 13:14:00 +0200 Subject: [PATCH] Update _index.en.md add suggestion --- content/en/docs/05/01/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/05/01/_index.en.md b/content/en/docs/05/01/_index.en.md index 9df9c880..3e6564ac 100644 --- a/content/en/docs/05/01/_index.en.md +++ b/content/en/docs/05/01/_index.en.md @@ -45,7 +45,7 @@ $ cat roles/handlerrole/handlers/main.yml listen: timestamp $ ansible-playbook myhandler.yml #<-- some changes when run the first time -$ ansible all -b -a "cat /home/ansible/newdir/README.TXT" #<-- show created files with it's content +$ ansible all -a "cat /home/ansible/newdir/README.TXT" #<-- show created files with it's content $ ansible-playbook myhandler.yml #<-- no changes here, idempotent! ``` {{% /details %}}