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