From 32e9021fdc4add5d44c7f89ded6ddef4b75b8874 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 25 Feb 2021 08:48:44 -0500 Subject: [PATCH] scripts/ansible: Minor readability tweaks --- scripts/ansible | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 9000700f5..3813d7448 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -1,11 +1,11 @@ -#!/bin/bash -e +#!/bin/bash -e # Exit right away on error # PLZ SEE http://FAQ.IIAB.IO > "What is Ansible and what version should I use?" # https://github.com/iiab/iiab/tree/master/scripts/ansible.md -APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint -CURR_VER="undefined" # Ansible version you currently have installed -GOOD_VER="2.10.6" # Orig for 'yum install [rpm]' & XO laptops (pip install) +APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint +CURR_VER=undefined # Ansible version you currently have installed +GOOD_VER=2.10.6 # Orig for 'yum install [rpm]' & XO laptops (pip install) # We install the latest 'ansible-base' from PPA, using an OS 'CODENAME' below: # https://launchpad.net/~ansible/+archive/ubuntu/ansible