Skip to content

Commit

Permalink
docs(vars): Fix debug function call
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Sep 18, 2024
1 parent 8a75653 commit 5e9c088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rash_book/src/vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ To show all variables in current context:

```yaml
- debug:
msg: "{{ debug () }}"
msg: "{{ debug() }}"
```

0 comments on commit 5e9c088

Please sign in to comment.