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
Dave Peticolas 4b4bcdedc1 Fix off-by-one serial count (causing infinite loop for serial == 1). 14 years ago
..
callbacks make callbacks modular 14 years ago
inventory Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time. 14 years ago
playbook Fix off-by-one serial count (causing infinite loop for serial == 1). 14 years ago
runner Enable UTF-8 commands via the raw module 14 years ago
__init__.py Release bump 14 years ago
callbacks.py Fix UTF-8 output when using executable inventory files 14 years ago
color.py formatting 14 years ago
constants.py make connection types pluggable 14 years ago
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 14 years ago
module_common.py Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules. 14 years ago
utils.py Handle UTF-8 in templates 14 years ago