mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
fix: ubuntu 16.04 is not EOL
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
84fb22a322
commit
2783d7962f
1 changed files with 12 additions and 0 deletions
|
@ -58,6 +58,12 @@ 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
|
||||
|
@ -78,3 +84,9 @@ platforms:
|
|||
command: /lib/systemd/systemd
|
||||
verifier:
|
||||
name: testinfra
|
||||
|
||||
provisioner:
|
||||
inventory:
|
||||
host_vars:
|
||||
ubuntu-16.04:
|
||||
ansible_python_interpreter: /usr/bin/python2.7
|
||||
|
|
Loading…
Add table
Reference in a new issue