summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuce <dmbuce@gmail.com>2013-05-24 14:28:49 -0400
committerBuce <dmbuce@gmail.com>2013-06-09 17:16:08 -0400
commit7d2422cf922c3545a0b03227315cfbf6d7a2ea0d (patch)
treecc6c2c22e7c4e5f884b188036cc23e5c261a6adf
parent563147d3447c8cb335d8f2ca835893e9e205a94b (diff)
downloadansible-7d2422cf922c3545a0b03227315cfbf6d7a2ea0d.tar.gz
Update supported package managers
Ansible has modules for package managers other than yum and apt, so update the documentation accordingly.
-rw-r--r--docsite/latest/rst/examples.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docsite/latest/rst/examples.rst b/docsite/latest/rst/examples.rst
index 625e915e7d..5edb9a2361 100644
--- a/docsite/latest/rst/examples.rst
+++ b/docsite/latest/rst/examples.rst
@@ -135,8 +135,9 @@ Ensure a package is not installed::
$ ansible webservers -m yum -a "name=acme state=removed"
-Currently Ansible only has modules for managing packages with yum and apt. You can install
-for other packages for now using the command module or (better!) contribute a module
+Ansible has modules for managing packages under many platforms. If your package manager
+does not have a module available for it, you can install
+for other packages using the command module or (better!) contribute a module
for other package managers. Stop by the mailing list for info/details.
Users and Groups