diff --git a/roles/lokole/tasks/install.yml b/roles/lokole/tasks/install.yml index 6828fe652..76fe7137d 100644 --- a/roles/lokole/tasks/install.yml +++ b/roles/lokole/tasks/install.yml @@ -1,15 +1,14 @@ - name: Install packages required by Lokole apt: - name: "{{ item }}" + name: + - python3 + - python3-pip + - python3-venv + - python3-dev + - libffi-dev + - libssl-dev + - bcrypt state: present - with_items: - - python3 - - python3-pip - - python3-venv - - python3-dev - - libffi-dev - - libssl-dev - - bcrypt tags: - install