mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
controller_meta, templating
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
group_name: "AWX-Collection-tests-tower_api_lookup-group1-{{ test_id }}"
|
||||
|
||||
- name: Get our collection package
|
||||
meta:
|
||||
controller_meta:
|
||||
register: tower_meta
|
||||
|
||||
- name: Generate the name of our plugin
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Get our collection package
|
||||
meta:
|
||||
controller_meta:
|
||||
register: tower_meta
|
||||
|
||||
- name: Generate the name of our plugin
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- name: Try to use a token as a dict which is missing the token parameter
|
||||
job_list:
|
||||
oauthtoken:
|
||||
tower_oauthtoken:
|
||||
not_token: "This has no token entry"
|
||||
register: results
|
||||
ignore_errors: true
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
- name: Try to use a token as a list
|
||||
job_list:
|
||||
oauthtoken:
|
||||
tower_oauthtoken:
|
||||
- dummy_token
|
||||
register: results
|
||||
ignore_errors: true
|
||||
|
||||
Reference in New Issue
Block a user