From 8be45548a26b42c2178c003e3005538a243bf721 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Tue, 29 Oct 2019 17:59:33 +0100 Subject: [PATCH] Since yspatch can apply stable patches, we no longer need to install openup --- roles/post-install/tasks/update.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/roles/post-install/tasks/update.yml b/roles/post-install/tasks/update.yml index 1a6de6a..f437189 100644 --- a/roles/post-install/tasks/update.yml +++ b/roles/post-install/tasks/update.yml @@ -1,9 +1,3 @@ --- -- name: Fetch and install openup - get_url: - url: https://stable.mtier.org/openup - dest: /usr/local/bin/openup - mode: "0750" - -- name: Install updates (erratas) with openup - shell: /usr/local/bin/openup +- name: Check and install updates (erratas) if available + shell: /usr/sbin/syspatch