Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 28, 2022
1 parent 2efc5df commit f98e944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansiblelint/rules/template_instead_of_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ from Ansible documentation.
content: "{ 'hello', 'world' }" # <-- should use template instead
dest: /tmp/foo.txt
```
Please note that in this case, the content of the file will be
`{ "hello", "world" }`, which is different from the original content (see the
differences in quotation marks). There are many other conversions that can
Expand Down

0 comments on commit f98e944

Please sign in to comment.