1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Michael DeHaan 98483f5252 Merge pull request #942 from dagwieers/color-capability
Check for terminal capabilities if curses is available
2012-08-24 16:44:29 -07:00
..
callback_plugins Move plugin directories 2012-08-21 20:32:21 -04:00
inventory Adds the 'serial' keyword to a playbook which controls how many hosts can be running through a playbook at a single time. 2012-08-18 09:52:13 -04:00
playbook Make a particular error about an invalid include statement a bit clearer. 2012-08-21 22:08:08 -04:00
runner Move plugin directories 2012-08-21 20:32:21 -04:00
__init__.py Release bump 2012-08-06 19:55:27 -04:00
callbacks.py Issue #935: filter out __init__ module from the list of callbacks 2012-08-23 20:26:27 +02:00
color.py Check for terminal capabilities if curses is available 2012-08-25 00:45:14 +02:00
constants.py make connection types pluggable 2012-08-18 10:52:24 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
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. 2012-08-11 18:13:29 -04:00
utils.py scope error with utils.py branch_path 2012-08-23 12:30:34 -04:00