From 5b2994ef3357c92e19c02f9e886d843a3dbb7690 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 19 May 2021 10:58:01 -0400 Subject: [PATCH] scripts/ansible: Touch up operator explanation --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 5a025070a..7ea757cbd 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -168,4 +168,4 @@ ansible-galaxy collection install --force-with-deps \ #mkdir -p /etc/ansible # LIKELY REDUNDANT, due to above installation of Ansible #echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts # LIKELY REDUNDANT, due to https://github.com/iiab/iiab/blob/master/ansible_hosts -echo -e "SUCCESS: VERIFY ANSIBLE WITH 'ansible --version' & 'apt -a list ansible-core'\n\n" +echo -e "SUCCESS: VERIFY WITH 'ansible --version' (and 'apt -a list ansible-core' ?)\n\n"