diff options
author | sean-m-sullivan <ssulliva@redhat.com> | 2020-10-13 21:24:56 +0200 |
---|---|---|
committer | sean-m-sullivan <ssulliva@redhat.com> | 2020-10-13 21:24:56 +0200 |
commit | e16a910062290674e19e7c2bf550d5e5a0e4ec99 (patch) | |
tree | 3afed55796238dc5cc2896d04f4b3ce3d86c6105 /awx_collection | |
parent | updated workflow name (diff) | |
download | awx-e16a910062290674e19e7c2bf550d5e5a0e4ec99.tar.xz awx-e16a910062290674e19e7c2bf550d5e5a0e4ec99.zip |
updated workflow task name
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml b/awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml index 3338a68c12..7df132c139 100644 --- a/awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_workflow_job_template/tasks/main.yml @@ -160,7 +160,7 @@ - "no_name_results.msg == 'Approval node name is required to create approval node.'" - name: Create approval node - awx.awx.tower_workflow_job_template_node: + tower_workflow_job_template_node: identifier: approval_test approval_node: name: "{{ approval_node_name }}" |