mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 14:24:25 +00:00
fix: drop ELTS platforms
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
d53f2cbd03
commit
3b26d5582b
1 changed files with 0 additions and 12 deletions
|
@ -58,12 +58,6 @@ platforms:
|
|||
privileged: true
|
||||
cgroup_parent: docker.slice
|
||||
command: /lib/systemd/systemd
|
||||
- name: ubuntu-16.04
|
||||
image: dokken/ubuntu-16.04
|
||||
pre_build_image: true
|
||||
privileged: true
|
||||
cgroup_parent: docker.slice
|
||||
command: /lib/systemd/systemd
|
||||
- name: ubuntu-18.04
|
||||
image: dokken/ubuntu-18.04
|
||||
pre_build_image: true
|
||||
|
@ -84,9 +78,3 @@ platforms:
|
|||
command: /lib/systemd/systemd
|
||||
verifier:
|
||||
name: testinfra
|
||||
|
||||
provisioner:
|
||||
inventory:
|
||||
host_vars:
|
||||
ubuntu-16.04:
|
||||
ansible_python_interpreter: /usr/bin/python2.7
|
||||
|
|
Loading…
Reference in a new issue