remove zram from debian11 since no support
This commit is contained in:
parent
e16868a78d
commit
f83a9ebd67
@ -73,7 +73,6 @@ debian11:
|
||||
- openssh-server
|
||||
- python3
|
||||
- sudo
|
||||
- systemd-zram-generator
|
||||
- xfsprogs
|
||||
|
||||
extra:
|
||||
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user