--- - name: Installation des dépendances pour HedgeDoc apt: name: ['postgresql','nodejs','git','npm','yarn','bash','nginx'] state: present update_cache: yes