Update hostname test to skip containerd.
This commit is contained in:
parent
db84e2c989
commit
b848fa0fc7
1 changed files with 1 additions and 1 deletions
|
@ -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) }}"
|
||||
|
|
Loading…
Reference in a new issue