Skip to content

Commit

Permalink
we should be using handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Sep 20, 2024
1 parent e6a1656 commit bdaf963
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
ansible.builtin.service:
name: nginx
state: restarted
enabled: yes

- name: Restart motley-cue
ansible.builtin.service:
name: motley-cue
state: restarted
enabled: yes

- name: Checkout repo at VM
ansible.builtin.git:
Expand Down

0 comments on commit bdaf963

Please sign in to comment.