Skip to content

Commit

Permalink
Try ubuntu:xenial.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 14, 2020
1 parent 5ef117d commit 821a0d7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
tag: "latest"
- image: "ubuntu"
tag: "bionic"
- image: "ubuntu"
tag: "xenial"
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ env:
- image="opensuse" tag="latest"
- image="ubuntu" tag="latest"
- image="ubuntu" tag="bionic"
- image="ubuntu" tag="xenial"

cache:
- pip
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|debian|buster, bullseye|
|fedora|31, 32|
|opensuse|all|
|ubuntu|focal, bionic|
|ubuntu|focal, bionic, xenial|

The minimum version of Ansible required is 2.9, tests have been done to:

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ galaxy_info:
versions:
- focal
- bionic
- xenial

galaxy_tags:
- selinux
Expand Down
6 changes: 6 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ _selinux_requirements:
Suse:
- libselinux1
- python3-selinux
Ubuntu-16:
- auditd
- python-selinux
- python-semanage
- selinux-policy-default
- policycoreutils

selinux_requirements: "{{ _selinux_requirements[ansible_distribution ~ '-' ~ ansible_distribution_major_version] | default (_selinux_requirements[ansible_os_family ~ '-' ~ ansible_distribution_major_version] | default(_selinux_requirements[ansible_os_family] | default(_selinux_requirements['default']))) }}"

Expand Down

0 comments on commit 821a0d7

Please sign in to comment.