Update hostname test to skip containerd.

This commit is contained in:
Matt Clay 2020-10-26 13:53:06 -07:00
parent db84e2c989
commit b848fa0fc7

View file

@ -1,5 +1,5 @@
# Setting the hostname in our test containers doesn't work currently
- when: ansible_facts.virtualization_type not in ('docker', 'container')
- when: ansible_facts.virtualization_type not in ('docker', 'container', 'containerd')
block:
- name: Include distribution specific variables
include_vars: "{{ lookup('first_found', params) }}"