rebuild
This commit is contained in:
parent
8fb2e2707c
commit
2baf4f2e22
2 changed files with 5 additions and 3 deletions
|
@ -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,
|
<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
|
which is totally ok if the command is something like
|
||||||
‘chmod’ or ‘setsebool’, etc.</p>
|
‘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
|
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,
|
<p>Here is what a basic task looks like, as with most modules,
|
||||||
the service module takes key=value arguments:</p>
|
the service module takes key=value arguments:</p>
|
||||||
<div class="highlight-python"><pre>tasks:
|
<div class="highlight-python"><pre>tasks:
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue