mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
safe_eval fix (#57188)
* just dont pass locals - also fix globals - added tests * fixed tests
This commit is contained in:
parent
99f9f49eca
commit
b9b0b23015
10 changed files with 73 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue