mirror of https://github.com/ceph/ceph-ansible.git
docs: use apt instead of apt-get
Signed-off-by: Christian Berendt <berendt@b1-systems.de>pull/2847/head
parent
3abc253fec
commit
a8b163a84f
|
@ -53,8 +53,8 @@ You can acquire Ansible on Ubuntu by using the `Ansible PPA <https://launchpad.n
|
||||||
::
|
::
|
||||||
|
|
||||||
sudo add-apt-repository ppa:ansible/ansible
|
sudo add-apt-repository ppa:ansible/ansible
|
||||||
sudo apt-get update
|
sudo apt update
|
||||||
sudo apt-get install ansible
|
sudo apt install ansible
|
||||||
|
|
||||||
|
|
||||||
Releases
|
Releases
|
||||||
|
|
Loading…
Reference in New Issue