ansible/lib/ansible
Rick Elrod 69e510e767
[virt facts] recognize containerd as a container (#72210)
Change:
- containerd is now recognized as container tech

Test Plan:
- Tested with Docker inside Github Actions in a private repo:

        "ansible_virtualization_role": "guest",
        "ansible_virtualization_tech_guest": [
            "containerd",
            "container",
            "VirtualPC"
        ],
        "ansible_virtualization_tech_host": [],
        "ansible_virtualization_type": "containerd",

Tickets:
- Fixes #66304 because this is what docker containers show up as
  in Github Actions.

Signed-off-by: Rick Elrod <rick@elrod.me>
2020-10-20 10:39:13 -05:00
..
_vendor transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
cli Add libyaml info to version output, and restore git info (#71948) 2020-10-02 14:04:49 -05:00
collections collection routing (#67684) 2020-05-26 09:42:06 -07:00
compat Updated bundled libraries (#70418) 2020-07-02 12:39:00 -05:00
config [config] coerce more to string when 'type: str' (#72172) 2020-10-14 12:53:08 -04:00
errors Make filter type errors 'loop friendly' (#70417) 2020-07-10 18:49:57 -04:00
executor Ensure we call action_loader.get with collection_list (#72206) 2020-10-19 09:54:24 -05:00
galaxy Move ansible.galaxy.collection module into package 2020-09-25 16:15:10 +02:00
inventory don't set warn = True, it will be overwritten in the next line (#71682) 2020-09-12 02:58:09 -05:00
module_utils [virt facts] recognize containerd as a container (#72210) 2020-10-20 10:39:13 -05:00
modules Fix race condition when creating async dir (#72069) 2020-10-19 15:05:19 -04:00
parsing Rewrite _is_role and remove incidental_flatpak_remote (#72105) 2020-10-05 13:52:39 -05:00
playbook Allow meta tasks to use tags (#67508) 2020-08-21 11:08:49 -04:00
plugins Document security concern for users setting the system_tmpdirs shell plugin config (#72213) 2020-10-19 14:58:09 -04:00
template Only apply the unroll wrapper once (#72003) 2020-09-30 09:15:28 +02:00
utils Add deprecation collection name to plugin options (#71735) 2020-10-02 09:43:23 -04:00
vars Ensure delegate vars calculation has correct loop context. Fixes #37132 (#71477) 2020-10-12 14:21:15 -05:00
__init__.py transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
constants.py Remove some constants.py deprecated items (#70466) 2020-07-07 18:41:19 -05:00
context.py
release.py Bump devel to 2.11.0 (#70121) 2020-06-17 14:22:38 -05:00