platon: Setup package installation and install pip3
This commit is contained in:
parent
1e4cbb8f44
commit
dabf3f6b5f
1 changed files with 11 additions and 0 deletions
11
platon.yml
11
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
|
||||
|
|
Loading…
Reference in a new issue