add bootstrap4 dependency

This commit is contained in:
Jens Timmerman 2021-08-05 21:55:10 +02:00
parent e0d75667e4
commit 537929f460
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
- 'python3-whitenoise'
state: 'present'
- name: Install multi python packages
pip:
name:
- django-bootstrap4
- name: 'Create im user'
user:
name: "{{ im_user }}"