remove zram from debian11 since no support
This commit is contained in:
parent
e16868a78d
commit
f83a9ebd67
@ -73,7 +73,6 @@ debian11:
|
|||||||
- openssh-server
|
- openssh-server
|
||||||
- python3
|
- python3
|
||||||
- sudo
|
- sudo
|
||||||
- systemd-zram-generator
|
|
||||||
- xfsprogs
|
- xfsprogs
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
- name: Create zram config
|
- name: Create zram config
|
||||||
when: os != 'rhel8'
|
when: os not in ['debian11', 'rhel8']
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /mnt/etc/systemd/zram-generator.conf
|
dest: /mnt/etc/systemd/zram-generator.conf
|
||||||
content: |
|
content: |
|
||||||
|
Loading…
Reference in New Issue
Block a user