Files
community.general/lib/ansible/cli
Zhikang Zhang de40ac02a5 Make ansible doesn't parse template-like password in user's input (#42275)
NOTE:
1. Use unsafe decorator but not builtin escape wrapper in jinja2
since ansible will try parse ssh password twice, the builtin
escape wrapper will be removed during the first parse.
2. Use class AnsibleUnsafeText but not '!unsafe' syntax since
passwords are not loaded by YAML env, '!unsafe' syntax doesn't
work for them.
2018-07-05 10:26:12 -04:00
..
2018-01-09 17:34:26 -08:00
2018-02-14 15:53:40 -05:00
2018-06-21 16:30:33 -04:00
2018-03-20 12:04:05 -07:00