mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/ansible: Fix typo in comment
This commit is contained in:
parent
090ede2d99
commit
7e1dff54d2
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ $APT_PATH/apt -y install python3-venv
|
|||
echo -e "\nCreate virtual environment for Ansible"
|
||||
python3 -m venv /usr/local/ansible
|
||||
|
||||
# "if not ubuntu" (covers RasPiOC & Debian) would also work, but is overbroad:
|
||||
# "if not ubuntu" (covers RasPiOS & Debian) would also work, but is overbroad:
|
||||
# if ! grep -qi ubuntu /etc/os-release; then
|
||||
#
|
||||
# if [ -f /etc/rpi-issue ] && [[ $(dpkg --print-architecture) == armhf ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue