mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #3590 from holta/ansible-core-2.14.6
TEMPORARILY revert ansible-core 2.15.0 to 2.14.6 til the dust settles — e.g. for FreePBX #3588
This commit is contained in:
commit
2973b283df
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ if [[ $(dpkg --print-architecture) == armhf ]]; then # 32-bit ARM
|
|||
/usr/local/ansible/bin/python3 -m pip install cryptography==40.0.1
|
||||
fi
|
||||
|
||||
/usr/local/ansible/bin/python3 -m pip install --upgrade ansible-core
|
||||
/usr/local/ansible/bin/python3 -m pip install --upgrade ansible-core==2.14.6 # 2023-05-22: TEMPORARILY REVERT FROM 2.15.0 UNTIL ansible/ansible#80863 FIXED (e.g. for FreePBX, #3588)
|
||||
echo -e "\nCreate symlinks /usr/local/bin/ansible* -> /usr/local/ansible/bin/ansible*"
|
||||
cd /usr/local/ansible/bin
|
||||
for bin in ansible*; do
|
||||
|
|
Loading…
Reference in a new issue