Better wording for the conventions

This commit is contained in:
Jérémy Lecour 2017-03-24 15:26:32 +01:00 committed by Jérémy Lecour
parent 702dec141e
commit d680ec831b

View file

@ -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.