Skip to content

Commit

Permalink
Remove support for ubuntu 20 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed May 3, 2024
1 parent 2c6433f commit a72866c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,6 @@ lint: |
yamllint .
flake8
platforms:
- name: nginx-ubuntu-18.04
image: geerlingguy/docker-ubuntu1804-ansible:latest
privileged: true
command: /sbin/init
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
env:
LC_ALL: "C.UTF-8"
LANG: "C.UTF-8"
- name: nginx-ubuntu-20.04
image: geerlingguy/docker-ubuntu2004-ansible:latest
privileged: true
command: /sbin/init
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
env:
LC_ALL: "C.UTF-8"
LANG: "C.UTF-8"
- name: nginx-ubuntu-22.04
image: geerlingguy/docker-ubuntu2204-ansible:latest
privileged: true
Expand Down

0 comments on commit a72866c

Please sign in to comment.