Update hostname test to skip containerd.

pull/72359/head
Matt Clay 4 years ago
parent db84e2c989
commit b848fa0fc7

@ -1,5 +1,5 @@
# Setting the hostname in our test containers doesn't work currently # 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: block:
- name: Include distribution specific variables - name: Include distribution specific variables
include_vars: "{{ lookup('first_found', params) }}" include_vars: "{{ lookup('first_found', params) }}"

Loading…
Cancel
Save