Skip to content

Commit

Permalink
chore: fix ansiblelater
Browse files Browse the repository at this point in the history
  • Loading branch information
Catopish committed Dec 25, 2024
1 parent 491f98b commit 4ad69b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions roles/setup_install_penumbra/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,11 @@
owner: "{{ default_user }}"
group: "{{ default_user }}"
mode: "0750"
recurse: true
recurse: True
loop:
- cometbft
- pd

- name: Flush handlers after service copy
ansible.builtin.meta: flush_handlers

- name: Copy Cometbft & validator service templates
ansible.builtin.template:
src: "{{ item }}.service.j2"
Expand All @@ -207,6 +204,8 @@
- cometbft
notify:
- Symlink cometbft & validator service to systemd
- Stop Cometbft
- Stop Penumbra
- Systemd daemon-reload
- Start Cometbft
- Start Penumbra
Expand All @@ -224,7 +223,7 @@
- validator
- cometbft

- name: Flush handlers after service copy
- name: Flush handlers to execute pending handler tasks
ansible.builtin.meta: flush_handlers

- name: Ensure cometbft service is running
Expand Down

0 comments on commit 4ad69b5

Please sign in to comment.