mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update intro_installation.rst (#49756)
directions to install ansible on CLR Linux
This commit is contained in:
parent
b422c59ada
commit
128760cc47
1 changed files with 13 additions and 0 deletions
|
@ -275,6 +275,19 @@ Build and install packages from created queuefile (answer Q for question if sbop
|
|||
|
||||
# sbopkg -k -i ansible
|
||||
|
||||
.. _from swupd:
|
||||
|
||||
Latest Release via swupd (Clear Linux)
|
||||
+++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
Ansible and its dependencies are available as part of the sysadmin host management bundle::
|
||||
|
||||
$ sudo swupd bundle-add sysadmin-hostmgmt
|
||||
|
||||
Update of the software will be managed by the swupd tool::
|
||||
|
||||
$ sudo swupd update
|
||||
|
||||
.. _from_pip:
|
||||
|
||||
Latest Releases via Pip
|
||||
|
|
Loading…
Reference in a new issue