mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Collection: Use random names when we create objects in our tests
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
---
|
||||
- name: Generate names
|
||||
set_fact:
|
||||
label_name: "AWX-Collection-tests-tower_label-label-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
||||
|
||||
- name: Create a Label
|
||||
tower_label:
|
||||
name: important
|
||||
name: "{{ label_name }}"
|
||||
organization: Default
|
||||
state: present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user