Skip to content
Snippets Groups Projects
Unverified Commit 101f3df9 authored by BITARD Michaël's avatar BITARD Michaël Committed by GitHub
Browse files

chore(infra): redémarre cd quand un nouveau binaire arrive (#997)

parent 421667f2
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,7 @@
owner: camino
group: users
mode: u=rwx,g=rwx,o=rx
register: cd
become: True
- name: Lance le service
ansible.builtin.systemd:
......@@ -183,3 +184,10 @@
enabled: yes
name: cd
become: True
- name: Redémarre le service
ansible.builtin.systemd:
state: restarted
enabled: yes
name: cd
become: True
when: cd.changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment