adding message

This commit is contained in:
Lucas Gravley 2020-01-07 14:46:57 -06:00
parent c507cf5943
commit eaa647ae58

View file

@ -1763,7 +1763,14 @@ LintAnsibleFiles()
###############################################################
# No need to run the full ansible checks on read only file changes
if [ "$READ_ONLY_CHANGE_FLAG" -eq 0 ]; then
##########################
# Set the array to empty #
##########################
LIST_FILES=()
###################################
# Send message that were skipping #
###################################
echo "- Skipping Ansible lint run as file(s) that were modified were read only..."
fi
##################