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/module_utils
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>
4 years ago
..
common AnsibleVaultEncryptedUnicode should be considered a string (#71609) 4 years ago
compat Fix filedescriptor out of range in select() when running commands (#65058) 4 years ago
csharp runas - create new SYSTEM token on become (#71714) 4 years ago
distro Update bundled version of distro from 1.4.0 to 1.5.0 (#69709) 4 years ago
facts [virt facts] recognize containerd as a container (#72210) 4 years ago
parsing Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
powershell Ansible.Basic added generic fragment merger for module options (#69719) 4 years ago
six Updated bundled libraries (#70418) 4 years ago
__init__.py Enhance empty __init__ code-smell to check module_utils (#33438) 7 years ago
_text.py Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
ansible_release.py [AWS] Add Ansible Version to botocore user agent string (#39993) 7 years ago
api.py api: time.clock compatible code (#70650) 4 years ago
basic.py basic: Handle exception in default selector (#72101) 4 years ago
connection.py Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
json_utils.py Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
pycompat24.py Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
service.py Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
splitter.py Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
urls.py Add support for GSSAPI/Kerberos to urls.py (#72113) 4 years ago
yumdnf.py Reduce ignored module sanity tests (#70319) 4 years ago