Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression of #515 #680

Closed
shk3bq4d opened this issue Apr 25, 2022 · 2 comments · Fixed by #699
Closed

Regression of #515 #680

shk3bq4d opened this issue Apr 25, 2022 · 2 comments · Fixed by #699

Comments

@shk3bq4d
Copy link
Contributor

d8c9a35 reverts the fix that was put in #528 to fix #515

cc: @danilomendes , @dj-wasabi

@barzog
Copy link

barzog commented May 4, 2022

I have exactly same problem:
I define pskfile like this:
zabbix_agent2_tlspskfile: "{{ zbx_tls_psk_identity | default(false) | ternary('/etc/zabbix/zabbix_agentd2.psk', None) }}"
so if psk_identity is defined set pskfile to some predefined path, if not - set to None. In currect situation role fails with "There was an issue creating as requested: [Errno 2] No such file or directory: b''"

What is intresting: it fails when running from AWX (19.5.0 with ansible 2.12), when running from CLI ansible (2.12) - all is working as expected. Before #663 change it was working in AWX as well.

@D3DeFi
Copy link
Contributor

D3DeFi commented May 24, 2022

can you please check #699 for correctness? (Sorry, I am usually floating near plugins, not roles)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants