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
Hartmut Goebel 41c892baf4 Fix detect of docker as virtualization_type.
Not only match`/docker/`, but also `docker-` followed by a hex-id.

Example (shortened):
```
$ cat /proc/1/cgroup
8:blkio:/system.slice/docker-de73f4d207861cf8757b69213ee67bb234b897a18bea7385964b6ed2d515da94.scope
7:net_cls:/
```
11 years ago
..
cache Restore json import for redis as well. Switch preference to simplejson for speed 11 years ago
callback_plugins Remove runner_on_error callback that is never used. 12 years ago
inventory Merge pull request #8936 from srvg/inventoryscript_onlychildren 11 years ago
module_utils Fix detect of docker as virtualization_type. 11 years ago
modules Update core pointer to pick up docker fix 11 years ago
playbook changed from hash_merge to combine vars which resets default to 11 years ago
runner Fix issue with unarchive disabling pipelining mode 11 years ago
utils set 'nonstring' arg to passthru. 11 years ago
__init__.py Setting up new release candidate versioning 11 years ago
callbacks.py Use to_bytes instead of .encode(). Fixes the fact that errors is a positional argument, not a kw arg in .encode() 11 years ago
color.py fixed typos found by RETF rules in PY files 12 years ago
constants.py fixes password error detection for ssh connection plugin 11 years ago
errors.py Make AnsibleError a plain ol' exception 11 years ago
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 11 years ago