Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
815b3268
Commit
815b3268
authored
Nov 22, 2013
by
jctanner
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4985 from zakkie/devel
fix typo in document
parents
bca2634d
9c2032a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
+1
-0
library/packaging/rpm_key
+3
-3
No files found.
README.md
View file @
815b3268
...
@@ -42,3 +42,4 @@ Author
...
@@ -42,3 +42,4 @@ Author
Michael DeHaan -- michael@ansibleworks.com
Michael DeHaan -- michael@ansibleworks.com
[
AnsibleWorks
](
http://ansibleworks.com
)
[
AnsibleWorks
](
http://ansibleworks.com
)
library/packaging/rpm_key
View file @
815b3268
...
@@ -46,13 +46,13 @@ options:
...
@@ -46,13 +46,13 @@ options:
EXAMPLES
=
'''
EXAMPLES
=
'''
# Example action to import a key from a url
# 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
# 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
# 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
syslog
import
os.path
import
os.path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment