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/runner
Stoned Elipot eb45f07ae3 Introduce 'changed_when' keyword to override a task's changed status with the evaluation of a Jinja2 expression 13 years ago
..
action_plugins Fixed indention of vv() output 13 years ago
connection_plugins Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts. 13 years ago
filter_plugins Merge pull request #3463 from stoned/filterskipped 13 years ago
lookup_plugins Merge branch 'with_inventory_hostnames' of git://github.com/sdossett/ansible into inv_hostnames 13 years ago
__init__.py Introduce 'changed_when' keyword to override a task's changed status with the evaluation of a Jinja2 expression 13 years ago
connection.py Make private key customizable per host using ansible_ssh_private_key_file configurable as variable 13 years ago
poller.py typo fix 13 years ago
return_data.py Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we 13 years ago