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
ba853b8c
Commit
ba853b8c
authored
Jun 18, 2013
by
Joshua Lund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a few small typos
parent
bac81be3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docsite/latest/rst/playbooks2.rst
+1
-1
library/cloud/quantum_router_interface
+1
-1
library/notification/mail
+1
-1
No files found.
docsite/latest/rst/playbooks2.rst
View file @
ba853b8c
...
@@ -290,7 +290,7 @@ decide to do something conditionally based on success or failure::
...
@@ -290,7 +290,7 @@ decide to do something conditionally based on success or failure::
- action: command /bin/something
- action: command /bin/something
when: result|failed
when: result|failed
- action: command /bin/something_else
- action: command /bin/something_else
when: result|sucess
when: result|suc
c
ess
As a reminder, to see what derived variables are available, you can do::
As a reminder, to see what derived variables are available, you can do::
...
...
library/cloud/quantum_router_interface
View file @
ba853b8c
...
@@ -239,7 +239,7 @@ def main():
...
@@ -239,7 +239,7 @@ def main():
if
module
.
params
[
'state'
]
==
'absent'
:
if
module
.
params
[
'state'
]
==
'absent'
:
port_id
=
_get_port_id
(
quantum
,
module
,
router_id
,
subnet_id
)
port_id
=
_get_port_id
(
quantum
,
module
,
router_id
,
subnet_id
)
if
not
port_id
:
if
not
port_id
:
module
.
exit_json
(
changed
=
False
,
result
=
"Sucess"
)
module
.
exit_json
(
changed
=
False
,
result
=
"Suc
c
ess"
)
_remove_interface_router
(
quantum
,
module
,
router_id
,
subnet_id
)
_remove_interface_router
(
quantum
,
module
,
router_id
,
subnet_id
)
module
.
exit_json
(
changed
=
True
,
result
=
"Deleted"
)
module
.
exit_json
(
changed
=
True
,
result
=
"Deleted"
)
...
...
library/notification/mail
View file @
ba853b8c
...
@@ -103,7 +103,7 @@ options:
...
@@ -103,7 +103,7 @@ options:
EXAMPLES
=
'''
EXAMPLES
=
'''
# Example playbook sending mail to root
# Example playbook sending mail to root
- local_action: mail msg='System ${ansible_hostname} has been sucessfully provisioned.'
- local_action: mail msg='System ${ansible_hostname} has been suc
c
essfully provisioned.'
# Send e-mail to a bunch of users, attaching files
# Send e-mail to a bunch of users, attaching files
- local_action: mail
- local_action: mail
...
...
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