Minor test fixes

This commit is contained in:
AlanCoding 2020-06-18 13:46:28 -04:00
parent 1321d298ee
commit 8fc3377fa6
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
- name: Generate names
set_fact:
inv_name1: "AWX-Collection-tests-tower_inventory-inv1-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
inv_name2: "AWX-Collection-tests-tower_inventory-inv2-{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
inv_name2: "AWX-Collection-tests-tower_inventory-inv2-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
- name: Create an Inventory
tower_inventory:

View File

@ -33,7 +33,7 @@
- "result is changed"
- name: Create a workflow
tower_workflow_template:
tower_workflow_job_template:
name: test-role-workflow
organization: Default
state: present