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
Daniel Hokka Zakrisson a79373f6b2 Make template_ds the only templater
Instead of having to remember when to use which one, rename template_ds
to template and move the last bit of code from template to varReplace
(which gets used for all string replacements, in the end).

This means that you can template any data type without worrying about
whether it's a string or not, and the right thing will happen.
12 years ago
..
callback_plugins Move default arguments to the end of the function call. 12 years ago
inventory Merge pull request #1898 from silviud/fix_inventory_list_groups 12 years ago
playbook Make template_ds the only templater 12 years ago
runner Make template_ds the only templater 12 years ago
utils Make template_ds the only templater 12 years ago
__init__.py Fix up some version related things on the devel branch. 12 years ago
callbacks.py Move default arguments to the end of the function call. 12 years ago
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 12 years ago
constants.py Add sudo_flags configuration option to alter sudo behaviour 12 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 12 years ago
module_common.py This standardizes the apt_key module some 12 years ago