From 9482a9f2298ca70ad93087826bd6655e6689765a Mon Sep 17 00:00:00 2001 From: mg Date: Mon, 20 Jun 2022 09:09:43 +0200 Subject: [PATCH] =?UTF-8?q?Playbook=20OOM=20in=20Base=20erg=C3=A4nzt=20(#3?= =?UTF-8?q?86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/386 --- playbooks/2_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/2_all.yml b/playbooks/2_all.yml index 4e0d7e9b..1a1c61bb 100644 --- a/playbooks/2_all.yml +++ b/playbooks/2_all.yml @@ -18,3 +18,4 @@ - import_playbook: base/update_packages.yml - import_playbook: base/lvm.yml - import_playbook: base/fwupd.yml + - import_playbook: base/oom.yml