remove zram for rhel8 since no support
This commit is contained in:
parent
406db38296
commit
e16868a78d
@ -178,7 +178,6 @@ rhel8:
|
|||||||
- shim
|
- shim
|
||||||
- telnet
|
- telnet
|
||||||
- vim
|
- vim
|
||||||
- zram-generator
|
|
||||||
- zstd
|
- zstd
|
||||||
|
|
||||||
rhel9:
|
rhel9:
|
||||||
|
@ -202,6 +202,7 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
- name: Create zram config
|
- name: Create zram config
|
||||||
|
when: os != '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