Are you using systemd to restart your app too?
- name: Restart app
systemd:
name: my_app
state: restarted
become: yes
Are you using systemd to restart your app too?
- name: Restart app
systemd:
name: my_app
state: restarted
become: yes