From ca31f218c0a1d234ff634d47348d3e5b9baa9393 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Sat, 23 Jul 2022 20:29:48 +0200 Subject: [PATCH] Install acl package for become-user tasks All the pain with world-readable temp files and Ansible deprecation warnings goes away witih this package. :) --- platon.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platon.yml b/platon.yml index 19448a3..3b0265c 100644 --- a/platon.yml +++ b/platon.yml @@ -18,6 +18,8 @@ # Should come from ble-keeper-role # see https://github.com/netz39/ble-keykeeper-role/issues/4 - python3-pip + # This is needed for the user-executed tasks + - acl # Regular packages - tmux - git-core