mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Minor test fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
- name: Generate names
|
- name: Generate names
|
||||||
set_fact:
|
set_fact:
|
||||||
inv_name1: "AWX-Collection-tests-tower_inventory-inv1-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
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
|
- name: Create an Inventory
|
||||||
tower_inventory:
|
tower_inventory:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
- "result is changed"
|
- "result is changed"
|
||||||
|
|
||||||
- name: Create a workflow
|
- name: Create a workflow
|
||||||
tower_workflow_template:
|
tower_workflow_job_template:
|
||||||
name: test-role-workflow
|
name: test-role-workflow
|
||||||
organization: Default
|
organization: Default
|
||||||
state: present
|
state: present
|
||||||
|
|||||||
Reference in New Issue
Block a user