remove zram for rhel8 since no support
This commit is contained in:
parent
406db38296
commit
e16868a78d
@ -178,7 +178,6 @@ rhel8:
|
||||
- shim
|
||||
- telnet
|
||||
- vim
|
||||
- zram-generator
|
||||
- zstd
|
||||
|
||||
rhel9:
|
||||
|
@ -202,6 +202,7 @@
|
||||
mode: '0644'
|
||||
|
||||
- name: Create zram config
|
||||
when: os != 'rhel8'
|
||||
ansible.builtin.copy:
|
||||
dest: /mnt/etc/systemd/zram-generator.conf
|
||||
content: |
|
||||
|
Loading…
Reference in New Issue
Block a user