Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed Oct 1, 2019
1 parent bae0133 commit cc2b7f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions menu/roles/update/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
update_cache: yes
state: latest
register: apt_result
args:
warn: false

- name: Upgrade Distrubution to the latest stable version
#apt: upgrade=dist state=present only_upgrade=yes
apt:
upgrade: dist
state: present
register: apt_result
args:
warn: false

- name: Install a list of packages
apt:
Expand Down

0 comments on commit cc2b7f8

Please sign in to comment.