From 9e7acedfc5e708e16a1df925d3ecda3571ee1739 Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:35:55 +0200 Subject: [PATCH] Update apt.yml --- menu/roles/system/tasks/subtasks/apt.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/menu/roles/system/tasks/subtasks/apt.yml b/menu/roles/system/tasks/subtasks/apt.yml index a3ca2d00..f70978a5 100644 --- a/menu/roles/system/tasks/subtasks/apt.yml +++ b/menu/roles/system/tasks/subtasks/apt.yml @@ -33,18 +33,13 @@ - apt-utils - byobu - # - name: APT update - # apt: - # update_cache: yes - # ignore_errors: yes - -- name: Upgrading the system +- name: 'Updating the system' shell: apt-get upgrade --quiet --yes --allow-unauthenticated -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" environment: "{{ env_vars }}" when: not continuous_integration ignore_errors: yes -- name: Upgrading part 2 +- name: 'Upgrading part 2' shell: apt-get dist-upgrade --quiet --yes --allow-unauthenticated -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" environment: "{{ env_vars }}" when: not continuous_integration