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

Update deploy.yaml

Former-commit-id: 0fa6f9e111ef725b1260e26e8d791b8274a0b823
parent 58d1b839
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
become: yes become: yes
gather_facts: no gather_facts: no
tasks: tasks:
- name: "toto" - name: check ansible user
command: echo "toto" command: whoami
- name: stop "generic" httpd service if relevant - name: stop "generic" httpd service if relevant
systemd: state=stopped name=httpd systemd: state=stopped name=httpd
- name: stop iPPIDB service if relevant - 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