From 6c41a6579e732a650a0434ca57e34c5cce09e237 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 29 Aug 2022 07:13:09 -0400 Subject: [PATCH] scripts/ansible: Cleaner comment --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 8d5293023..a8dfadfae 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -7,7 +7,7 @@ # https://github.com/iiab/iiab/wiki/Technical-Contributors-Guide#understanding-ansible APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint -CURR_VER=undefined # Ansible version you have installed, e.g. [core 2.13.0] +CURR_VER=undefined # Ansible version you have installed, e.g. [core 2.13.3] GOOD_VER=2.13.3 # Orig for 'yum install [rpm]' & XO laptops (pip install) # 2021-06-22: The apt approach (with PPA source in /etc/apt/sources.list.d/ and