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 4ee91b5 commit 9e7aced
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions menu/roles/system/tasks/subtasks/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e7aced

Please sign in to comment.