Skip to content

Commit

Permalink
Update _index.en.md
Browse files Browse the repository at this point in the history
add suggestion
  • Loading branch information
friendlypenguin authored Aug 23, 2023
1 parent c1c2efa commit 771cb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/05/01/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 %}}
Expand Down

0 comments on commit 771cb6a

Please sign in to comment.