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

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