1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Revert unnecessary changes made to test playbook during rebase

This commit is contained in:
beeankha 2020-04-08 09:59:38 -04:00
parent 97d26728e4
commit d7adcfb119

View File

@ -6,12 +6,7 @@
- name: Generate names - name: Generate names
set_fact: set_fact:
wfjt_name1: "Testing Workflow Job Launch" # "AWX-Collection-tests-tower_workflow_launch--wfjt1-{{ test_id }}" wfjt_name1: "AWX-Collection-tests-tower_workflow_launch--wfjt1-{{ test_id }}"
- name: Clean up test workflow from any previous runs
tower_workflow_job_template:
name: "{{ wfjt_name1 }}"
state: absent
- name: Create our workflow - name: Create our workflow
tower_workflow_job_template: tower_workflow_job_template:
@ -74,3 +69,8 @@
that: that:
- result is not failed - result is not failed
- "'id' in result['job_info']" - "'id' in result['job_info']"
- name: Clean up test workflow
tower_workflow_job_template:
name: "{{ wfjt_name1 }}"
state: absent