default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

# This one is tracked here: https://github.com/ansible/ansible/pull/19231
# until we get official support for the init system
if [[ ${ANSIBLE_SIMPLEINIT_MSB} == y ]]; then
  verify_file 2 &&
  patch -p1 < "${SOURCE_CACHE}/${SOURCE2}"
fi
