further clarified STDOUT message guiding user
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user