Skip to content

Commit

Permalink
Bump mesos version to 1.1.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestas-poskus authored Jan 30, 2017
1 parent b52ffab commit 901845f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
mesos_install_mode: "master" # {master|slave|master-slave}
mesos_version: "1.0.1"
mesos_version: "1.1.0"

# Debian
mesos_package_version: "2.0.93"
mesos_package_version: "2.0.107"
mesosphere_apt_url: "http://repos.mesosphere.com/{{ ansible_distribution | lower }}"
mesos_os_distribution: "{{ ansible_distribution | lower }}"
mesos_os_version: "{{ ansible_distribution_version.split('.') | join('') }}"
Expand Down

0 comments on commit 901845f

Please sign in to comment.