We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c310e15 commit 9a5e6f7Copy full SHA for 9a5e6f7
.travis.yml
@@ -15,10 +15,13 @@ env:
15
version: latest
16
init: /sbin/init
17
18
- - distro: oracle7
19
- init: /usr/lib/systemd/systemd
20
- run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
21
- 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
22
+# init: /usr/lib/systemd/systemd
23
+# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
24
+# version: latest
25
26
- distro: ubuntu1604
27
0 commit comments