mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Update role module example (#12295)
Update example to use current parameter for workflows instead of the deprecated one. Signed-off-by: Andrea Decorte <adecorte@redhat.com>
This commit is contained in:
@@ -141,7 +141,8 @@ EXAMPLES = '''
|
|||||||
role:
|
role:
|
||||||
user: joe
|
user: joe
|
||||||
role: execute
|
role: execute
|
||||||
workflow: test-role-workflow
|
workflows:
|
||||||
|
- test-role-workflow
|
||||||
job_templates:
|
job_templates:
|
||||||
- jt1
|
- jt1
|
||||||
- jt2
|
- jt2
|
||||||
|
|||||||
Reference in New Issue
Block a user