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
7644dbe3
Commit
7644dbe3
authored
Oct 12, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update some examples to explain why notify is not used
parent
621708e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
docsite/searchindex.js
+0
-0
examples/playbooks/intermediate_example.yml
+3
-1
examples/playbooks/tasks/base.yml
+0
-1
No files found.
docsite/searchindex.js
View file @
7644dbe3
This diff is collapsed.
Click to expand it.
examples/playbooks/intermediate_example.yml
View file @
7644dbe3
...
...
@@ -42,7 +42,9 @@
# handlers can also be included from files, to promote reuse
# and simpler recipes, you may wish to only have one
# handler file for all your plays and playbooks
# handler file for all your plays and playbooks. This example really
# doesn't notify any handlers, it is just showing you how they would
# be included (see intro_example for usage).
-
include
:
handlers/handlers.yml
...
...
examples/playbooks/tasks/base.yml
View file @
7644dbe3
...
...
@@ -19,4 +19,3 @@
-
name
:
made up task just to show variables work here
action
:
command /bin/echo release is $release
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