Skip to content

Commit

Permalink
Uninstall zram if necessary (#632)
Browse files Browse the repository at this point in the history
For users upgrading rather than re-provisioning from scratch.
  • Loading branch information
freemanjp authored Oct 7, 2019
1 parent cbd9623 commit df0e2f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
apt:
upgrade: dist

# zram shouldn't be used with Zswap
- name: ensure zram-config absent
apt:
name: zram-config
state: absent

roles:
# Preserve the apt cache
- role: gantsign.apt
Expand Down

0 comments on commit df0e2f7

Please sign in to comment.