Commit 5d5231c4 by Michael DeHaan

undocument service list=status, since that's gone now

parent dde17404
...@@ -1110,13 +1110,6 @@ idempotent actions that will not run commands unless neccessary. ...@@ -1110,13 +1110,6 @@ idempotent actions that will not run commands unless neccessary.
<td>&nbsp;</td> <td>&nbsp;</td>
<td>Whether the service should start on boot. Either &#8216;yes&#8217; or &#8216;no&#8217;.</td> <td>Whether the service should start on boot. Either &#8216;yes&#8217; or &#8216;no&#8217;.</td>
</tr> </tr>
<tr><td>list</td>
<td>no</td>
<td>&nbsp;</td>
<td>when used as &#8216;list=status&#8217;, returns the status of the service along with
other results. Primarily useful for /usr/bin/ansible or playbooks with
&#8211;verbose.</td>
</tr>
</tbody> </tbody>
</table> </table>
<p>Example action from Ansible <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a>:</p> <p>Example action from Ansible <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a>:</p>
......
...@@ -588,10 +588,6 @@ Controls services on remote machines. ...@@ -588,10 +588,6 @@ Controls services on remote machines.
+--------------------+----------+---------+----------------------------------------------------------------------------+ +--------------------+----------+---------+----------------------------------------------------------------------------+
| enabled | no | | Whether the service should start on boot. Either 'yes' or 'no'. | | enabled | no | | Whether the service should start on boot. Either 'yes' or 'no'. |
+--------------------+----------+---------+----------------------------------------------------------------------------+ +--------------------+----------+---------+----------------------------------------------------------------------------+
| list | no | | when used as 'list=status', returns the status of the service along with |
| | | | other results. Primarily useful for /usr/bin/ansible or playbooks with |
| | | | --verbose. |
+--------------------+----------+---------+----------------------------------------------------------------------------+
Example action from Ansible :doc:`playbooks`:: Example action from Ansible :doc:`playbooks`::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment