From ffa5408e9c01e6c721d012ab0b48d32ec5609308 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 21 Dec 2025 14:44:47 -0500 Subject: [PATCH] further clarified STDOUT message guiding user --- .bin/skansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/skansible.sh b/.bin/skansible.sh index 946910e..bc75d76 100755 --- a/.bin/skansible.sh +++ b/.bin/skansible.sh @@ -75,7 +75,7 @@ import-ssl () { cp "/usr/local/share/ca-certificates/${domain}.key" "${SKATO_BOOTSTRAP_ROLE}/files/${SKANSIBLE_SSL}/${domain}.key" cp "/usr/local/share/ca-certificates/${domain}.pem" "${SKATO_BOOTSTRAP_ROLE}/files/${SKANSIBLE_SSL}/${domain}.pem" cp "/usr/local/share/ca-certificates/${domain}.crt" "${SKATO_BOOTSTRAP_ROLE}/files/${SKANSIBLE_SSL}/${domain}.crt" - printf "Please manually change 'fqdn' attribute in inventory file to '%s'." "$domain" + printf "Please manually change 'fqdn' attribute in inventory group or host variable file to '%s'." "$domain" done }