@@ -103,7 +103,7 @@ DEBOPS_ROLES_PATH="${DEBOPS_PLAYBOOK_DIR}/roles"
 # ---- Main script ----
 
 # Check if required commands are available
-for name in git ansible-galaxy ; do
+for name in git ; do
   if ! type ${name} > /dev/null 2>&1 ; then
     echo >&2 "${SCRIPT_NAME}: Error: ${name}: command not found" ; exit 1
   fi