mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
temporary remove oracle7 from travis
This commit is contained in:
parent
c310e15d14
commit
9a5e6f7f1c
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -15,10 +15,13 @@ env:
|
|||
version: latest
|
||||
init: /sbin/init
|
||||
|
||||
- distro: oracle7
|
||||
init: /usr/lib/systemd/systemd
|
||||
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||
version: latest
|
||||
# oracle 7 does not support ansible 2.4 yet
|
||||
# check oracle-epel if it is supported
|
||||
# http://yum.oracle.com/repo/OracleLinux/OL7/developer_EPEL/x86_64/index.html
|
||||
# - distro: oracle7
|
||||
# init: /usr/lib/systemd/systemd
|
||||
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||
# version: latest
|
||||
|
||||
- distro: ubuntu1604
|
||||
version: latest
|
||||
|
|
Loading…
Reference in a new issue