controller_meta, templating

This commit is contained in:
Seth Foster
2021-04-30 15:41:01 -04:00
parent 6911a59f39
commit ef56571772
10 changed files with 34 additions and 73 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
---
- name: Get our collection package
meta:
controller_meta:
register: tower_meta
- name: Generate the name of our plugin

View File

@@ -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