Skip to content

Commit

Permalink
Merge pull request #125 from redhat-cop/Tompage1994-patch-1
Browse files Browse the repository at this point in the history
Fix Job Template Readme
  • Loading branch information
sean-m-sullivan authored Dec 18, 2020
2 parents d917601 + 2d63d00 commit e03073c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/job_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e03073c

Please sign in to comment.