fix: ubuntu 16.04 is not EOL

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-03-10 02:31:06 +00:00
parent 84fb22a322
commit 2783d7962f
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2

View file

@ -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