summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjctanner <tanner.jc@gmail.com>2013-11-22 09:25:44 -0800
committerjctanner <tanner.jc@gmail.com>2013-11-22 09:25:44 -0800
commit815b32685b377a9cc07c7a6f06bb080025b174fe (patch)
tree19a6ed9a840763fcf295a2630ba96cb9821b3a3a
parentbca2634d54b598c7ef974226250b33aafbb261d3 (diff)
parent9c2032a840de3702ff37d7ba184a65b5ab80db54 (diff)
downloadansible-815b32685b377a9cc07c7a6f06bb080025b174fe.tar.gz
Merge pull request #4985 from zakkie/devel
fix typo in document
-rw-r--r--README.md1
-rw-r--r--library/packaging/rpm_key6
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index a2779be367..d5a9df0a8b 100644
--- a/README.md
+++ b/README.md
@@ -42,3 +42,4 @@ Author
Michael DeHaan -- michael@ansibleworks.com
[AnsibleWorks](http://ansibleworks.com)
+
diff --git a/library/packaging/rpm_key b/library/packaging/rpm_key
index babdc5e0c2..ea491a65aa 100644
--- a/library/packaging/rpm_key
+++ b/library/packaging/rpm_key
@@ -46,13 +46,13 @@ options:
EXAMPLES = '''
# Example action to import a key from a url
-- rpm_key state=present key=http://apt.sw.be/RPM-GPG-KEY.dag.txt
+- rpm_key: state=present key=http://apt.sw.be/RPM-GPG-KEY.dag.txt
# Example action to import a key from a file
-- rpm_key state=present key=/path/to/key.gpg
+- rpm_key: state=present key=/path/to/key.gpg
# Example action to ensure a key is not present in the db
-- rpm_key state=absent key=DEADB33F
+- rpm_key: state=absent key=DEADB33F
'''
import syslog
import os.path