mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/ansible: Clarify new flow
This commit is contained in:
parent
1a58109f20
commit
48c0430ba2
1 changed files with 3 additions and 2 deletions
|
@ -148,8 +148,9 @@ echo -e "IF *OTHER* ANSIBLE SOURCES APPEAR BELOW, PLEASE MANUALLY REMOVE THEM TO
|
|||
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/blob/master/scripts/ansible.md\n"
|
||||
echo -e "\napt update; apt install of python3-* / virtualenv packages explained at:"
|
||||
echo -e "https://github.com/iiab/iiab/blob/master/scripts/ansible.md"
|
||||
echo -e "Then: pip3 install ansible-core\n"
|
||||
$APT_PATH/apt update
|
||||
#$APT_PATH/apt -y --allow-downgrades install ansible-core \
|
||||
$APT_PATH/apt -y --allow-downgrades install \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue