mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
scripts/ansible: Fix explanatory URL to scripts/ansible.md
This commit is contained in:
parent
5b2994ef33
commit
9b4b31b369
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ echo -e 'ENSURE ANSIBLE UPDATES CLEANLY: (then re-run this script to be sure!)\n
|
|||
grep '^deb .*ansible' /etc/apt/sources.list /etc/apt/sources.list.d/*.list | grep -v '^/etc/apt/sources.list.d/iiab-ansible.list:' || true # Override bash -e (instead of aborting at 1st error)
|
||||
|
||||
echo -e "\napt update; apt install ansible-core and python3 dependencies explained at:"
|
||||
echo -e "https://github.com/iiab/iiab/tree/master/scripts/ansible.md\n"
|
||||
echo -e "https://github.com/iiab/iiab/blob/master/scripts/ansible.md\n"
|
||||
$APT_PATH/apt update
|
||||
$APT_PATH/apt -y install python3-pip
|
||||
pip3 install ansible-core
|
||||
|
|
Loading…
Reference in a new issue