Skip to content

Commit

Permalink
Reload config after copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m committed Jul 3, 2024
1 parent 749f1b9 commit 3739cbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@
# - Start LARD ingestion service

# handlers:
# TODO: Do we need to reload first and then restart?
- name: Start LARD ingestion service
ansible.builtin.systemd:
daemon_reload: true
name: lard_ingestion
state: started
state: restarted
enabled: yes
environment:
DBHOST: localhost # "{{ db_host }}"
Expand Down

0 comments on commit 3739cbc

Please sign in to comment.