diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-22 10:34:03 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-22 10:34:03 -0400 |
commit | b5e39bf3a3b3a80157e5c35100460448d40de0b9 (patch) | |
tree | cbe0368b7346aee7be5516c8347fc1853b6f7899 /docs/style_guide.adoc | |
parent | 63699feb49b03f2acd9f2705743480172381b913 (diff) | |
parent | 56337d04f3c746b88382d13e13a6b5f52d4a7d24 (diff) | |
download | openshift-b5e39bf3a3b3a80157e5c35100460448d40de0b9.tar.gz openshift-b5e39bf3a3b3a80157e5c35100460448d40de0b9.tar.bz2 openshift-b5e39bf3a3b3a80157e5c35100460448d40de0b9.tar.xz openshift-b5e39bf3a3b3a80157e5c35100460448d40de0b9.zip |
Merge pull request #380 from twiest/doc_changes
added decisions made at the last ansible arch meeting.
Diffstat (limited to 'docs/style_guide.adoc')
-rw-r--r-- | docs/style_guide.adoc | 2 |
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: |