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
Michael DeHaan 2c7275e8a9 Merge pull request #6835 from sivel/version-compare-filter
Add version_compare filter
10 years ago
..
callback_plugins Update various copyrights. Not complete, but sufficient. 11 years ago
inventory Micro-optimization: replace s.find(x)==0 with s.startswith(x) 10 years ago
module_utils Add directory_mode to common file parameters to prevent errors. 10 years ago
playbook Merge pull request #5555 from sivel/expose-playbook-to-callback 10 years ago
runner Merge pull request #6835 from sivel/version-compare-filter 10 years ago
utils Use common file argument system previously implemented by @sivel for rax modules on the file modules as well (copy/file/template). 10 years ago
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 10 years ago
callbacks.py Merge pull request #5555 from sivel/expose-playbook-to-callback 10 years ago
color.py Merge commit. 10 years ago
constants.py Adding in a configurable option for the accelerate daemon timeout 10 years ago
errors.py Update various copyrights. Not complete, but sufficient. 11 years ago
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 10 years ago