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 }