summaryrefslogtreecommitdiffstats
path: root/docs/style_guide.adoc
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-07-22 10:22:38 -0400
committerThomas Wiest <twiest@redhat.com>2015-07-22 10:30:06 -0400
commit56337d04f3c746b88382d13e13a6b5f52d4a7d24 (patch)
treecbe0368b7346aee7be5516c8347fc1853b6f7899 /docs/style_guide.adoc
parent63699feb49b03f2acd9f2705743480172381b913 (diff)
downloadopenshift-56337d04f3c746b88382d13e13a6b5f52d4a7d24.tar.gz
openshift-56337d04f3c746b88382d13e13a6b5f52d4a7d24.tar.bz2
openshift-56337d04f3c746b88382d13e13a6b5f52d4a7d24.tar.xz
openshift-56337d04f3c746b88382d13e13a6b5f52d4a7d24.zip
added decisions made at the last ansible arch meeting.
Diffstat (limited to 'docs/style_guide.adoc')
-rw-r--r--docs/style_guide.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style_guide.adoc b/docs/style_guide.adoc
index 110e7153f..09d4839c7 100644
--- a/docs/style_guide.adoc
+++ b/docs/style_guide.adoc
@@ -65,7 +65,7 @@ Example: `tasks.yml`
| Variables meant to be passed in from the ansible CLI MUST have a prefix of cli_
|===
-Ansible allows variables to be passed in on the command line using the `-e` option. These variables MUST have a prefix of cli_ so that it's clear where they came from, and how dangerous they are (can be exploited).
+Ansible allows variables to be passed in on the command line using the `-e` option. These variables MUST have a prefix of cli_ so that it's clear where they came from, and that they could be exploited.
.Example: