Skip to content
Extraits de code Groupes Projets
Valider 044d96d3 rédigé par nono's avatar nono :computer:
Parcourir les fichiers

Fix line length breaking

parent 298d0611
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!4Draft: Resolve "Add continuous integration testing via Gitlab CI"
......@@ -7,7 +7,7 @@
mode: 0777
- name: Configure dependencies
ansible.builtin.shell: |
ansible.builtin.shell: >
/home/hedgedocs/hedgedoc/bin/setup >>
/home/hedgedocs/setup_log_hedgedocs.txt
args:
......
---
- name: Download archive from github
get_url:
url: |
https://github.com/hedgedoc/hedgedoc/releases/download/
{{hedgedoc_version}}/hedgedoc-{{hedgedoc_version}}.tar.gz
url: >
https://github.com/hedgedoc/hedgedoc/releases/download/{{hedgedoc_version}}/hedgedoc-{{hedgedoc_version}}.tar.gz
dest: /home/hedgedocs/hedgedoc-source.tar.gz
owner: hedgedocs
group: www-data
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter