mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Simplify PPA installation for Ubuntu (#45690)
Adds the `--update` flag to automatically update the cache and the `--yes` flag to disable the Ansible repo description and skips confirmation dialog. +label: docsite_pr
This commit is contained in:
parent
780dc9c561
commit
78e9f452a5
1 changed files with 1 additions and 2 deletions
|
@ -147,8 +147,7 @@ To configure the PPA on your machine and install ansible run these commands:
|
||||||
|
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
$ sudo apt-get install software-properties-common
|
$ sudo apt-get install software-properties-common
|
||||||
$ sudo apt-add-repository ppa:ansible/ansible
|
$ sudo apt-add-repository --yes --update ppa:ansible/ansible
|
||||||
$ sudo apt-get update
|
|
||||||
$ sudo apt-get install ansible
|
$ sudo apt-get install ansible
|
||||||
|
|
||||||
.. note:: On older Ubuntu distributions, "software-properties-common" is called "python-software-properties".
|
.. note:: On older Ubuntu distributions, "software-properties-common" is called "python-software-properties".
|
||||||
|
|
Loading…
Reference in a new issue