You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/parsing
Toshio Kuratomi 313d4b2c9e Move a path being passed around as a byte string to being passed around as a text string. (#17190)
This is enough to get minimal copy module working on python3

We have t omodify dataloader's path_dwim_relative_stack and everything
that calls it to use text paths instead of byte string paths
9 years ago
..
utils Fixing up jsonify and adding unit tests 10 years ago
vault Fix tmpfile misspelled as tmplfile (#17183) 9 years ago
yaml Use a unicode format string so that we don't convert to byte strings 10 years ago
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 10 years ago
dataloader.py Move a path being passed around as a byte string to being passed around as a text string. (#17190) 9 years ago
mod_args.py Remove a useless section, only act on 'shell' (#16205) 9 years ago
quoting.py Break apart a looped dependency to show a warning when parsing playbooks 10 years ago
splitter.py Take previous jinja2 blocks into account in splitter when we see quotes 10 years ago