mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
update ansible installation instructions
Ansible has their own PPA now. The existing instructions (tested on ubuntu 18.04) will result in ansible 2.5.2 being installed, whereas adding the PPA will result in the latest (2.9.3).
This commit is contained in:
parent
aef4b8a664
commit
910b8ddd9f
1 changed files with 7 additions and 1 deletions
|
@ -11,6 +11,12 @@ You can run Ansible-NAS from the computer you plan to use for your NAS, or from
|
|||
|
||||
2. Install Ansible:
|
||||
|
||||
`sudo apt update`
|
||||
|
||||
`sudo apt install software-properties-common`
|
||||
|
||||
`sudo apt-add-repository --yes --update ppa:ansible/ansible`
|
||||
|
||||
`sudo apt install ansible`
|
||||
|
||||
3. Clone Ansible-NAS:
|
||||
|
|
Loading…
Reference in a new issue