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 /roles/ethtool/meta/main.yml | |
| parent | 1cbb9df950175e698e1edc87953e8f4bfb22b88a (diff) | |
Extract logind lid configuration into it's own role
Diffstat (limited to 'roles/ethtool/meta/main.yml')
| -rw-r--r-- | roles/ethtool/meta/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/ethtool/meta/main.yml b/roles/ethtool/meta/main.yml index de7f32a3..e33a01b3 100644 --- a/roles/ethtool/meta/main.yml +++ b/roles/ethtool/meta/main.yml @@ -1,5 +1,6 @@ --- -dependencies: [] +dependencies: + - role: "logind" galaxy_info: author: "a14m" description: "Install ethtool and enable Wake-on-LAN via systemd service" |
