From 74fc4dadea719c7c494360b7e1c59eed0ce3cadb Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 24 Apr 2017 10:03:13 +0200 Subject: [PATCH] fix a stupid typo --- CONVENTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 309598b..efde4c6 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -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