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 fa5808f commit dccc0fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion menu/roles/update/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
register: apt_result

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

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

0 comments on commit dccc0fc

Please sign in to comment.