mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix indent
This commit is contained in:
parent
b625f99938
commit
746edecf68
2 changed files with 9 additions and 5 deletions
|
@ -216,7 +216,7 @@ shell commands or software upgrades only. Backgrounding the copy module does no
|
||||||
Gathering Facts
|
Gathering Facts
|
||||||
```````````````
|
```````````````
|
||||||
|
|
||||||
For each system facts are gathered. These can be used to implement conditional execution of tasks but also just to get ad-hoc information about your system. You can see all facts via:
|
For each system facts are gathered. These can be used to implement conditional execution of tasks but also just to get ad-hoc information about your system. You can see all facts via::
|
||||||
|
|
||||||
$ ansible all -m setup
|
$ ansible all -m setup
|
||||||
|
|
||||||
|
|
|
@ -204,12 +204,16 @@ further information on using Portfiles with MacPorts.
|
||||||
Ubuntu and Debian
|
Ubuntu and Debian
|
||||||
+++++++++++++++++
|
+++++++++++++++++
|
||||||
|
|
||||||
Ubuntu builds are available `in a PPA here <https://launchpad.net/~rquillo/+archive/ansible>`_ and in 13.04 via
|
Ubuntu builds are available `in a PPA here <https://launchpad.net/~rquillo/+archive/ansible>`_.
|
||||||
|
|
||||||
|
In Ubuntu 13.04 (raring) its part of the backports repository:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ sudo apt-get install ansible/raring-backports
|
$ sudo apt-get install ansible/raring-backports
|
||||||
|
|
||||||
In Debian testing/unstable and Ubntu 13.10+ it is available via
|
In Debian testing/unstable and Ubntu 13.10+ it is available via
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ sudo apt-get install ansible
|
$ sudo apt-get install ansible
|
||||||
|
|
Loading…
Reference in a new issue