@@ -49,7 +49,7 @@ install a specific version of the foo package.
*state*:
* Can be either 'installed', 'removed', or 'latest'. The default is 'installed'.
* Can be either 'installed', 'removed', or 'latest'. The default is 'installed'. (In 0.4 and later, the aliases 'absent' and 'present' can also be used. They correspond with 'removed' and 'installed')
*update-cache*:
...
...
@@ -360,6 +360,10 @@ Controls services on remote machines.
@@ -370,7 +374,6 @@ Example action from Ansible :doc:`playbooks`::
servicename=httpdstate=stopped
servicename=httpdstate=restarted
.._setup:
setup
...
...
@@ -648,7 +651,7 @@ Will install, upgrade, remove, and list packages with the yum package manager.
*state*:
* Can be either 'installed', 'latest', or 'removed'. The default is 'installed'.
* Can be either 'installed', 'latest', or 'removed'. The default is 'installed'. (In 0.4 and later, the aliases 'absent' and 'present' can also be used. They correspond with 'removed' and 'installed')