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
James Cammarata 46e515131e Allow module args as k=v pairs when using the module: option with local_action
This task format is valid in 1.x, but was broken in 2.x:
  - local_action:
     module: shell echo "hello world"
9 years ago
..
utils allow for non standard hostnames 9 years ago
vault use integer division instead of floating point division. 9 years ago
yaml Add representers so we can output yaml for all the types we read in from yaml 9 years ago
__init__.py Break apart a looped dependency to show a warning when parsing playbooks 9 years ago
dataloader.py Fix DataLoader's docstring 9 years ago
mod_args.py Allow module args as k=v pairs when using the module: option with local_action 9 years ago
quoting.py Break apart a looped dependency to show a warning when parsing playbooks 9 years ago
splitter.py Missed one place we were appending the incorrectly escaped item to raw params 9 years ago