Skip to content
Snippets Groups Projects
Commit 29ea83bd authored by Yannick SEBASTIA's avatar Yannick SEBASTIA
Browse files

become manquant

parent ccd50bd4
No related branches found
No related tags found
No related merge requests found
......@@ -8,24 +8,25 @@
name: git
state: latest
become: yes
- name: "création utilisateur app-vapormap"
become: yes
user:
name: app-vapormap
state: present
- name: "clônage du dépôt git"
git:
repo: https://gitlab.imt-atlantique.fr/vapormap/vapormap-app.git
dest: /home/app-vapormap/vapormap-prod
repo: https://gitlab.imt-atlantique.fr/vapormap/vapormap-app.git
dest: /home/app-vapormap/vapormap-prod
remote_user: app-vapormap
become: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment