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 /molecule | |
| parent | 1cbb9df950175e698e1edc87953e8f4bfb22b88a (diff) | |
Extract logind lid configuration into it's own role
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/proxmox/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/ubuntu/converge.yml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 3c93488e..aad8ab85 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -61,6 +61,7 @@ - role: "yay" - role: "font" - role: "which" + - role: "logind" - role: "bash" - role: "alacritty" - role: "man" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 79a4ff07..bc691e8d 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -61,6 +61,7 @@ - role: "yay" - role: "font" - role: "which" + - role: "logind" - role: "bash" - role: "alacritty" - role: "man" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 701eeedd..d3d3f4d0 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -68,6 +68,7 @@ roles: - role: "locales" - role: "timezone" + - role: "logind" - role: "bash" - role: "man" - role: "jq" diff --git a/molecule/proxmox/converge.yml b/molecule/proxmox/converge.yml index e590d49d..3d66282a 100644 --- a/molecule/proxmox/converge.yml +++ b/molecule/proxmox/converge.yml @@ -55,6 +55,7 @@ - role: "pve-storage" - role: "locales" - role: "timezone" + - role: "logind" - role: "bash" - role: "man" - role: "jq" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index b3589a5b..43100898 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -58,6 +58,7 @@ roles: - role: "locales" - role: "timezone" + - role: "logind" - role: "bash" - role: "man" - role: "jq" |
