When adding a job schedule we currently ignore errors due to the fact we cannot rely on the return code for whether something was an error or whether it just already exists. Instead find a way to make this idempotent and not ignore all errors.
--This currently only exists on the awx branch--