Skip to content

Commit

Permalink
Merge pull request redhat-cop#346 from automationiberia/bugfix_typo_e…
Browse files Browse the repository at this point in the history
…xtract_credential_types

typo fixed extra spaces
  • Loading branch information
djdanielsson authored Sep 7, 2022
2 parents dfc16c0 + ad26c9d commit cdb289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/filetree_create/tasks/credential_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- name: "Get current Credential Types from the API when Tower"
set_fact:
credential_types_lookvar: "{{ query('ansible.controller.controller_api', 'api/v2/credential_types/', query_params={ 'managed_by_tower': false }, host=controller_hostname, oauth_token=oauthtoken, verify_ssl=controller_validate_certs, return_al l=true) }}"
credential_types_lookvar: "{{ query('ansible.controller.controller_api', 'api/v2/credential_types/', query_params={ 'managed_by_tower': false }, host=controller_hostname, oauth_token=oauthtoken, verify_ssl=controller_validate_certs, return_all=true) }}"
when: not is_aap

- name: "Create the output directory for credential types: {{ output_path }}"
Expand Down

0 comments on commit cdb289e

Please sign in to comment.