Skip to content

Commit

Permalink
fix: ubuntu 16.04 is not EOL
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Mar 10, 2023
1 parent 6dd84f2 commit 1818e58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .config/molecule/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1818e58

Please sign in to comment.