diff --git a/roles/shell/tasks/packages.yml b/roles/shell/tasks/packages.yml index 2fd01eb..c43d8ff 100644 --- a/roles/shell/tasks/packages.yml +++ b/roles/shell/tasks/packages.yml @@ -53,6 +53,11 @@ # state: present # update_cache: yes +- name: Install Python 3.7 + apt: + name: python3.7 + state: present + - name: Install baseline packages apt: name: "{{ packages }}" @@ -226,7 +231,7 @@ - python-certbot-apache # - python-pip # - python-potr - - python3 +# - python3 - python3-django - python3-flask - python3-pip