From 97b6e13e46360538e82907530912deaa1b94a661 Mon Sep 17 00:00:00 2001 From: Akihiro YAMAZAKI Date: Thu, 21 Nov 2013 16:09:43 +0900 Subject: [PATCH 1/2] fix typo in document --- library/packaging/rpm_key | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/packaging/rpm_key b/library/packaging/rpm_key index babdc5e0c20..ea491a65aa4 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 From 9c2032a840de3702ff37d7ba184a65b5ab80db54 Mon Sep 17 00:00:00 2001 From: Akihiro YAMAZAKI Date: Fri, 22 Nov 2013 16:22:48 +0900 Subject: [PATCH 2/2] test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2779be367f..d5a9df0a8b1 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,4 @@ Author Michael DeHaan -- michael@ansibleworks.com [AnsibleWorks](http://ansibleworks.com) +