Skip to content

Commit

Permalink
Merge pull request #366 from ripleymj/fix-mintupdate
Browse files Browse the repository at this point in the history
Add additional package to pre-mintupdate task
  • Loading branch information
laurelmay authored Jan 18, 2020
2 parents 70a7a34 + 5b0fa98 commit 9abc17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/oem/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Force an update of mintupdate, else it only updates itself on first run
- name: Update mintupdate package
apt:
name: mintupdate
name: "{{ upgrade_pre_mintupdate }}"
state: latest
- name: Upgrade all installed packages # noqa 301
command: /usr/bin/mintupdate-cli -y upgrade
Expand Down
4 changes: 4 additions & 0 deletions roles/oem/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
packages_to_install:
- zenity

upgrade_pre_mintupdate:
- mintupdate
- mint-upgrade-info

# https://github.com/jmunixusers/cs-vm-build/issues/11#issuecomment-347015788
packages_to_remove:
- bluez*
Expand Down

0 comments on commit 9abc17a

Please sign in to comment.