remove zram from debian11 since no support

This commit is contained in:
Sandwich 2024-10-31 16:00:44 +01:00
parent e16868a78d
commit f83a9ebd67
2 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,6 @@ debian11:
- openssh-server
- python3
- sudo
- systemd-zram-generator
- xfsprogs
extra:

View File

@ -202,7 +202,7 @@
mode: '0644'
- name: Create zram config
when: os != 'rhel8'
when: os not in ['debian11', 'rhel8']
ansible.builtin.copy:
dest: /mnt/etc/systemd/zram-generator.conf
content: |