diff --git a/tasks/install-requirements.yml b/tasks/install-requirements.yml index 16c6e9ed1b961ce02af2ffd9f348531ce2833bba..38c02cc3be0eca9efaea73da266ace5fe540476e 100644 --- a/tasks/install-requirements.yml +++ b/tasks/install-requirements.yml @@ -5,3 +5,7 @@ name: ['postgresql','nodejs','git','npm','yarn','bash','nginx'] state: present update_cache: yes + +- name: Installation de la dépendance python + pip: + name: psycopg2