mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
safe_eval fix (#57188)
* just dont pass locals - also fix globals - added tests * fixed tests
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
- 'yes'
|
||||
|
||||
- set_fact:
|
||||
encryption_values: '{{ encryption_values }} + ["no"]'
|
||||
encryption_values: '{{ encryption_values + ["no"]}}'
|
||||
when: postgres_version_resp.stdout is version('10', '<=')
|
||||
|
||||
- include: test_password.yml
|
||||
|
||||
Reference in New Issue
Block a user