mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-10 15:11:03 -07:00
Update supported package managers
Ansible has modules for package managers other than yum and apt, so update the documentation accordingly.
This commit is contained in:
parent
563147d344
commit
7d2422cf92
1 changed files with 3 additions and 2 deletions
|
@ -135,8 +135,9 @@ Ensure a package is not installed::
|
||||||
|
|
||||||
$ ansible webservers -m yum -a "name=acme state=removed"
|
$ ansible webservers -m yum -a "name=acme state=removed"
|
||||||
|
|
||||||
Currently Ansible only has modules for managing packages with yum and apt. You can install
|
Ansible has modules for managing packages under many platforms. If your package manager
|
||||||
for other packages for now using the command module or (better!) contribute a module
|
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.
|
for other package managers. Stop by the mailing list for info/details.
|
||||||
|
|
||||||
Users and Groups
|
Users and Groups
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue