fix a stupid typo

This commit is contained in:
Jérémy Lecour 2017-04-24 10:03:13 +02:00 committed by Jérémy Lecour
parent 4b7ac01574
commit 74fc4dadea

View file

@ -4,7 +4,7 @@
When a server has just a few modifications made via Ansible, it's often enough to put a block marker (if just a section of a file is managed by Ansible) or a `{{ ansible_managed }}` tag at the top of the files (if this file is fully managed by Ansible).
When a server is fully managed by Ansible, it's even better to use the `ansible-managed` role. It can be found in the **ansible-roles** repository. For the moment it only changes the "Message Of The Day" file (in `/etc/motd`). Don't forget to customize the `project_repositopy` variable ; it is used in this file.
When a server is fully managed by Ansible, it's even better to use the `ansible-managed` role. It can be found in the **ansible-roles** repository. For the moment it only changes the "Message Of The Day" file (in `/etc/motd`). Don't forget to customize the `project_repository` variable ; it is used in this file.
## Roles