Skip to content

Commit

Permalink
Update apt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 11, 2019
1 parent 9e7aced commit 414d95d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions menu/roles/system/tasks/subtasks/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@
- 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'
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
ignore_errors: yes

- name: Remove useless packages from the cache
Expand Down

0 comments on commit 414d95d

Please sign in to comment.