Skip to content
Snippets Groups Projects
Commit 4ede2596 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

ansible WIP, debugging gitlab CI

Former-commit-id: b4a13c7d464ec9d29d209a3e68a865406f85082d
parent ef240166
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
become: yes
gather_facts: no
tasks:
- debug:
msg: "I'm deploying"
- name: stop "generic" httpd service if relevant
systemd: state=stopped name=httpd
- name: stop iPPIDB service if relevant
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment