mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add OpenCSW for Solaris
This commit is contained in:
parent
23a2e52cb7
commit
7a90139e3c
1 changed files with 12 additions and 0 deletions
|
@ -249,6 +249,18 @@ To install on a Mac, make sure you have Homebrew, then run:
|
|||
$ brew update
|
||||
$ brew install ansible
|
||||
|
||||
.. _from_pkgutil:
|
||||
|
||||
Latest Releases Via OpenCSW (Solaris)
|
||||
+++++++++++++++++++++++++++++++++++++
|
||||
|
||||
Ansible is available for Solaris as `SysV package from OpenCSW <https://www.opencsw.org/packages/ansible/>`_.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
# pkgadd -d http://get.opencsw.org/now
|
||||
# /opt/csw/bin/pkgutil -i ansible
|
||||
|
||||
.. _from_pip:
|
||||
|
||||
Latest Releases Via Pip
|
||||
|
|
Loading…
Reference in a new issue