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
2baf4f2e
Commit
2baf4f2e
authored
Jul 28, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebuild
parent
8fb2e270
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
playbooks.html
+4
-2
searchindex.js
+0
-0
No files found.
playbooks.html
View file @
2baf4f2e
...
...
@@ -327,9 +327,11 @@ unless they have to change things.</p>
<p>
The
<cite>
command
</cite>
and
<cite>
shell
</cite>
modules will actually rerun the same command again,
which is totally ok if the command is something like
‘
chmod
’
or
‘
setsebool
’
, etc.
</p>
<p>
Every task
must have a name
, which is included in the output from
<p>
Every task
should have a
<cite>
name
</cite>
, which is included in the output from
running the playbook. This is output for humans, so it is
nice to have reasonably good descriptions of each task step.
</p>
nice to have reasonably good descriptions of each task step. If the name
is not provided though, the string fed to
‘
action
’
will be used for
output.
</p>
<p>
Here is what a basic task looks like, as with most modules,
the service module takes key=value arguments:
</p>
<div
class=
"highlight-python"
><pre>
tasks:
...
...
searchindex.js
View file @
2baf4f2e
This diff is collapsed.
Click to expand it.
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