mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +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
|
||||
destructive
|
||||
skip/docker
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
# Setting the hostname in our test containers doesn't work currently
|
||||
- when: ansible_facts.virtualization_type not in ('docker', 'container', 'containerd')
|
||||
block:
|
||||
- block:
|
||||
- name: Include distribution specific variables
|
||||
include_vars: "{{ lookup('first_found', params) }}"
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user