mirror of
https://github.com/ansible/ansible.git
synced 2025-12-01 07:26:10 +07:00
Skip hostname integration tests on all container providers (#86227)
* Skip hostname integration tests on all container providers * Use skip/docker instead
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
shippable/posix/group1
|
shippable/posix/group1
|
||||||
destructive
|
destructive
|
||||||
|
skip/docker
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
# Setting the hostname in our test containers doesn't work currently
|
- block:
|
||||||
- when: ansible_facts.virtualization_type not in ('docker', 'container', 'containerd')
|
|
||||||
block:
|
|
||||||
- name: Include distribution specific variables
|
- name: Include distribution specific variables
|
||||||
include_vars: "{{ lookup('first_found', params) }}"
|
include_vars: "{{ lookup('first_found', params) }}"
|
||||||
vars:
|
vars:
|
||||||
|
|||||||
Reference in New Issue
Block a user