summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro YAMAZAKI <zakkie@live.jp>2013-11-21 16:09:43 +0900
committerAkihiro YAMAZAKI <zakkie@live.jp>2013-11-21 16:09:43 +0900
commit97b6e13e46360538e82907530912deaa1b94a661 (patch)
treec39e3e870950c0ff7b180953524e42579186f90d
parent18b6372c6373eb0af15af4959093f672229510e6 (diff)
downloadansible-97b6e13e46360538e82907530912deaa1b94a661.tar.gz
fix typo in document
-rw-r--r--library/packaging/rpm_key6
1 files changed, 3 insertions, 3 deletions
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