From 04aa9a18cfa785c680677089ba93a69796775210 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Wed, 13 May 2020 12:23:17 +0200
Subject: [PATCH] use correct RKE version for checksum

---
 ansible/group_vars/all/oas.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/group_vars/all/oas.yml b/ansible/group_vars/all/oas.yml
index 60936f1ea..1bef9f9ec 100644
--- a/ansible/group_vars/all/oas.yml
+++ b/ansible/group_vars/all/oas.yml
@@ -63,9 +63,9 @@ rke:
   # `ansible/group_vars/all/settings.yml.example`
   #
   # https://github.com/rancher/rke/releases
-  version: '1.1.0'
+  version: '1.1.1'
   # Also possible:
-  # checksum: 'sha256:https://github.com/rancher/rke/releases/download/v0.2.4/sha256sum.txt'
+  # checksum: 'sha256:https://github.com/rancher/rke/releases/download/v1.1.1/sha256sum.txt'
   checksum: 'sha256:8b28540ddd58b9c2eebfbf0c59a512205bf96ef7368853504e8cf76e524e7197'
 
 cert_manager:
-- 
GitLab