mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 00:41:38 +02:00
Show playbook right after distro in tests, change ubuntu1204 -> debian8
This commit is contained in:
parent
e82a68e331
commit
da5a6738d5
12
.travis.yml
12
.travis.yml
@ -3,25 +3,25 @@ services: docker
|
||||
|
||||
env:
|
||||
- distro: centos7
|
||||
playbook: test.yml
|
||||
init: /usr/lib/systemd/systemd
|
||||
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||
playbook: test.yml
|
||||
- distro: centos6
|
||||
playbook: test-source-install.yml
|
||||
init: /sbin/init
|
||||
run_opts: ""
|
||||
playbook: test-source-install.yml
|
||||
- distro: ubuntu1604
|
||||
playbook: test.yml
|
||||
init: /lib/systemd/systemd
|
||||
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||
playbook: test.yml
|
||||
- distro: ubuntu1404
|
||||
init: /sbin/init
|
||||
run_opts: ""
|
||||
playbook: test-source-install.yml
|
||||
- distro: ubuntu1204
|
||||
init: /sbin/init
|
||||
run_opts: ""
|
||||
- distro: debian8
|
||||
playbook: test.yml
|
||||
init: /lib/systemd/systemd
|
||||
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||
|
||||
before_install:
|
||||
# Pull container.
|
||||
|
Loading…
x
Reference in New Issue
Block a user