mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -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:
parent
e244644a1d
commit
2d6ca4cbb1
@ -141,7 +141,8 @@ EXAMPLES = '''
|
||||
role:
|
||||
user: joe
|
||||
role: execute
|
||||
workflow: test-role-workflow
|
||||
workflows:
|
||||
- test-role-workflow
|
||||
job_templates:
|
||||
- jt1
|
||||
- jt2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user