From dabf3f6b5f3e94c7af6b01594eb7df9052fe8ccc Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Sat, 23 Jul 2022 16:16:33 +0200 Subject: [PATCH] platon: Setup package installation and install pip3 --- platon.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/platon.yml b/platon.yml index 6f7155c..4d817f2 100644 --- a/platon.yml +++ b/platon.yml @@ -7,3 +7,14 @@ ble_keykeeper_dir: '/home/pi/netz39_ble_keykeeper' roles: - role: ble-keykeeper-role + + tasks: + - name: Install packages needed for the system + # This is a list of all packages, + # unless they are installed by a specific role + ansible.builtin.apt: + state: present + name: + # Should come from ble-keeper-role + # see https://github.com/netz39/ble-keykeeper-role/issues/4 + - python3-pip