mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +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:
|
env:
|
||||||
- distro: centos7
|
- distro: centos7
|
||||||
|
playbook: test.yml
|
||||||
init: /usr/lib/systemd/systemd
|
init: /usr/lib/systemd/systemd
|
||||||
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
playbook: test.yml
|
|
||||||
- distro: centos6
|
- distro: centos6
|
||||||
|
playbook: test-source-install.yml
|
||||||
init: /sbin/init
|
init: /sbin/init
|
||||||
run_opts: ""
|
run_opts: ""
|
||||||
playbook: test-source-install.yml
|
|
||||||
- distro: ubuntu1604
|
- distro: ubuntu1604
|
||||||
|
playbook: test.yml
|
||||||
init: /lib/systemd/systemd
|
init: /lib/systemd/systemd
|
||||||
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
playbook: test.yml
|
|
||||||
- distro: ubuntu1404
|
- distro: ubuntu1404
|
||||||
init: /sbin/init
|
|
||||||
run_opts: ""
|
|
||||||
playbook: test-source-install.yml
|
playbook: test-source-install.yml
|
||||||
- distro: ubuntu1204
|
|
||||||
init: /sbin/init
|
init: /sbin/init
|
||||||
run_opts: ""
|
run_opts: ""
|
||||||
|
- distro: debian8
|
||||||
playbook: test.yml
|
playbook: test.yml
|
||||||
|
init: /lib/systemd/systemd
|
||||||
|
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Pull container.
|
# Pull container.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user