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 1180759 commit 6545df0Copy full SHA for 6545df0
.travis.yml
@@ -22,10 +22,6 @@ env:
22
init: /sbin/init
23
run_opts: ""
24
playbook: test.yml
25
- - distro: ubuntu1204
26
- init: /sbin/init
27
- run_opts: ""
28
- playbook: test.yml
29
30
services:
31
- docker
tests/test.yml
@@ -8,7 +8,7 @@
8
dest: /sbin/initctl
9
mode: 0755
10
force: yes
11
- when: ansible_distribution == 'Ubuntu' and ansible_distribution_version|version_compare(16.04, '<')
+ when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '14.04'
12
changed_when: false
13
14
roles:
0 commit comments