Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

add_awx_credentials #22

Merged
merged 3 commits into from
Jul 13, 2018
Merged

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Jul 10, 2018

tasks/main.yml Outdated
username: "{{ engine_user | default(omit) }}"
password: "{{ engine_password | default(omit) }}"
ca_file: "{{ engine_cafile | default(omit) }}"
url: "{{ engine_url | default(omit) | default(lookup('env','host')) }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think default(omit) should be last, did you test it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got same results from it, but i'll look on it bit more.

@machacekondra machacekondra merged commit 8dc18dc into oVirt:master Jul 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants