From 2d63d00b17eaf5e06ec7e7966425cc34045d8348 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 17 Dec 2020 14:47:01 +0000 Subject: [PATCH] Fix Job Template Readme As per #113, the documentation is wrong. This PR fixes. --- roles/job_templates/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/job_templates/README.md b/roles/job_templates/README.md index 725edad0f..7000590da 100644 --- a/roles/job_templates/README.md +++ b/roles/job_templates/README.md @@ -16,7 +16,7 @@ Currently: |`tower_username`|""|yes|Admin User on the Ansible Tower Server.|| |`tower_password`|""|yes|Tower Admin User's password on the Ansible Tower Server. This should be stored in an Ansible Vault at vars/tower-secrets.yml or elsewhere and called from a parent playbook.|| |`tower_oauthtoken`|""|yes|Tower Admin User's token on the Ansible Tower Server. This should be stored in an Ansible Vault at or elsewhere and called from a parent playbook.|| -|`job_templates`|`see below`|yes|Data structure describing your orgainzation or orgainzations Described below.|| +|`tower_templates`|`see below`|yes|Data structure describing your orgainzation or orgainzations Described below.|| ### Secure Logging Variables The following Variables compliment each other. @@ -253,7 +253,7 @@ templates: include_role: name: redhat_cop.tower_configuration.job_templates vars: - templates: "{{ job_templates_json.templates }}" + tower_templates: "{{ job_templates_json.tower_templates }}" ``` ## License [MIT](LICENSE)