summaryrefslogtreecommitdiffstats
path: root/CONVENTIONS
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2016-04-04 13:54:23 +0200
committerKevin Fenzi <kevin@scrye.com>2016-04-04 14:33:21 +0000
commit1aabdb6e2edb5a14904cea7b0f0032f26659db87 (patch)
tree267a3bcd52d44e0ff480fe20af5b12a4c7591d06 /CONVENTIONS
parentc6d2406b5a618b414f5162c142c5128df8dc7aa6 (diff)
downloadansible-1aabdb6e2edb5a14904cea7b0f0032f26659db87.tar.gz
ansible-1aabdb6e2edb5a14904cea7b0f0032f26659db87.tar.xz
ansible-1aabdb6e2edb5a14904cea7b0f0032f26659db87.zip
Fix typo in doc
Diffstat (limited to 'CONVENTIONS')
-rw-r--r--CONVENTIONS4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONVENTIONS b/CONVENTIONS
index f6c2eec65..f6b37fefe 100644
--- a/CONVENTIONS
+++ b/CONVENTIONS
@@ -9,7 +9,7 @@ Playbook naming
===============
The top level playbooks directory should contain:
-* Playbooks that are generic and used by serveral groups/hosts playbooks
+* Playbooks that are generic and used by several groups/hosts playbooks
* Playbooks used for utility purposes from command line
* Groups and Hosts subdirs.
@@ -95,7 +95,7 @@ We would like to get ansible running over hosts in an automated way.
A git hook could do this.
* On commit:
- If we have a way to detemine exactly what hosts are affected by a
+ If we have a way to determine exactly what hosts are affected by a
change we could simply run only on those hosts.
We might want a short delay (10m) to allow someone to see a problem