making it functional when you have a minimal host

This commit is contained in:
Muhammed Hussein Karimi
2022-04-04 06:16:59 +04:30
parent c25b4cf9c8
commit 2e7231edd1
5 changed files with 37 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
- name: Ensure packages for some requirements are installed
apt:
pkg:
- libffi-dev
- libzbar-dev
- libzbar0
- python3-docopt
update_cache: yes
state: present