Better wording for the conventions
This commit is contained in:
parent
702dec141e
commit
d680ec831b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ copy:
|
|||
```
|
||||
|
||||
|
||||
`templates` is the twin brother of `files`, but differs in that it contains files that can be pre-processed by the Jinja2 templating language. It can contain variables that will be extrapolated before copying the file to its destination.
|
||||
`templates` is the twin of `files`, but differs in that it contains files that can be pre-processed by the Jinja2 templating language. It can contain variables that will be extrapolated before copying the file to its destination.
|
||||
|
||||
`handlers` is the place to put special tasks that can be triggered by the `notify` argument of modules. For example an `nginx -s reload` command.
|
||||
|
||||
|
|
Loading…
Reference in a new issue