From 6022d372f0aa80981729ae4cbaf2b0b7f8a4a85a Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 25 Feb 2021 09:10:17 -0500 Subject: [PATCH] scripts/ansible: "bash -e" is debatable (document it for now) --- scripts/ansible | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 34cdb485e..1c3cf8ba9 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -1,4 +1,7 @@ -#!/bin/bash -e # Exit right away on error +#!/bin/bash -e +# FWIW "-e" tries to exit right away on error: +# https://tldp.org/LDP/abs/html/options.html +# https://stackoverflow.com/questions/9952177/whats-the-meaning-of-the-parameter-e-for-bash-shell-command-line/9952249 # 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