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 committed Aug 23, 2023
1 parent 7a8931f commit 79cecb9
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 @@ -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 %}}
Expand Down

0 comments on commit 79cecb9

Please sign in to comment.