diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-09 23:20:14 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-10 00:38:48 +0200 |
| commit | 31ab4af71809028695e747cc717dae0e45a21e8e (patch) | |
| tree | 0a46b0bbab2ab58a91e29669a9f5519e817d551a /configure.yml | |
| parent | 1cbb9df950175e698e1edc87953e8f4bfb22b88a (diff) | |
Extract logind lid configuration into it's own role
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index f64046c6..1fee0ac1 100644 --- a/configure.yml +++ b/configure.yml @@ -9,6 +9,7 @@ - role: "locales" - role: "timezone" - role: "font" + - role: "logind" - role: "bash" - role: "man" - role: "which" @@ -106,6 +107,7 @@ - role: "pve-storage" - role: "locales" - role: "timezone" + - role: "logind" - role: "bash" - role: "man" - role: "jq" |
