diff --git a/awx_collection/plugins/modules/role.py b/awx_collection/plugins/modules/role.py index f10e7deaea..523cfff9a4 100644 --- a/awx_collection/plugins/modules/role.py +++ b/awx_collection/plugins/modules/role.py @@ -141,7 +141,8 @@ EXAMPLES = ''' role: user: joe role: execute - workflow: test-role-workflow + workflows: + - test-role-workflow job_templates: - jt1 - jt2