Skip to content

Commit 54a3be9

Browse files
committed
bumping mesos
1 parent 6197832 commit 54a3be9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ See [mhamrah/ansible-mesos-playbook](https://github.com/mhamrah/ansible-mesos-pl
2121

2222
## Notes
2323

24-
Currently supports Mesos 0.20. Note that mesos 0.20 only supports docker in --net=host mode.
24+
Currently defaults to Mesos 0.20.1.

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mesos_playbook_version: "0.2.0"
33

44
mesos_install_mode: "master" # {master|slave|master-slave}
55
# used to compose mesos_download_url
6-
mesos_version: "0.20.0"
6+
mesos_version: "0.20.1"
77
mesos_arch: "amd64" # alt for >= 13.10 is facter_architecture
88
mesos_file_name: "mesos_{{mesos_version}}-1.0.{{platform_url_name}}{{ansible_distribution_version.split('.')|join('')}}_{{mesos_arch}}.{{package_type}}"
99
mesos_dest_file: "/tmp/{{mesos_file_name}}"

0 commit comments

Comments
 (0)