Aggiunte alcune ottimizzazioni.
This commit is contained in:
parent
6f9b0b89cb
commit
bccefa5aca
4 changed files with 38 additions and 0 deletions
7
roles/zram-config/tasks/main.yml
Normal file
7
roles/zram-config/tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# Configurazione del modulo zram
|
||||
|
||||
- apt:
|
||||
name: zram-config
|
||||
state: present
|
||||
when: hwpoints|int < 3
|
Loading…
Add table
Add a link
Reference in a new issue