Skip to content

Commit

Permalink
fix to dispatch role README
Browse files Browse the repository at this point in the history
  • Loading branch information
akira6592 authored Dec 14, 2024
1 parent 5448a5f commit 1fdd47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONVERSION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ The dispatch role has changed to use the following order:
- controller roles
- eda roles

These loop through all the applicable roles to create objects in the AAP. They will skip the role if the variable used in that role is not defined. you can tweak each services set of roles, or only run a single services roles by using the `aap_configuration_dispatcher_roles` variables. Refer to the [Dispatch role readme](roles/eda_controller_tokens/README.md) for more information.
These loop through all the applicable roles to create objects in the AAP. They will skip the role if the variable used in that role is not defined. you can tweak each services set of roles, or only run a single services roles by using the `aap_configuration_dispatcher_roles` variables. Refer to the [Dispatch role readme](roles/dispatch/README.md) for more information.

## Roles moved

Expand Down

0 comments on commit 1fdd47a

Please sign in to comment.