# `mix ash_oban.set_default_module_names`
[🔗](https://github.com/ash-project/ash_oban/blob/v0.8.7/lib/mix/tasks/ash_oban.set_default_module_names.ex#L34)

Set module names to their default values for triggers and scheduled actions

Each trigger must have a defined module name, otherwise changing
the name of the trigger will lead to "dangling" jobs. See the
`AshOban` documentation for more.

## Example

```bash
mix ash_oban.set_default_module_names
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
