summaryrefslogtreecommitdiff
path: root/base-image
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-28 19:48:41 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-28 19:48:41 +0300
commitd583fc61a437894fe5f4b97d4c94be855fc897af (patch)
tree49deeb3a5c0398b5caeb8c205e73b2809d9c47d6 /base-image
parent02731c9c29415ec3c041c7d4357f4a1481af051e (diff)
downloadansibleness-d583fc61a437894fe5f4b97d4c94be855fc897af.tar.gz
fix: install acpid, acpi-support-base to allow power control
Sponsored-by: author
Diffstat (limited to 'base-image')
-rw-r--r--base-image/base-image.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/base-image/base-image.yml b/base-image/base-image.yml
index 312bdd5..50a3a95 100644
--- a/base-image/base-image.yml
+++ b/base-image/base-image.yml
@@ -5,6 +5,8 @@
state: absent
- apt:
name:
+ - acpid
+ - acpi-support-base
- cloud-init
- openssh-server
install_recommends: no