Skip to content

Commit

Permalink
fix(validators): remove notify when building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Jan 27, 2025
1 parent b30bfd3 commit b29509b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ansible_collections/validators/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: binarybuilders
name: validators

# The version of the collection. Must be compatible with semantic versioning
version: 1.6.1
version: 1.6.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
become: true
become_user: "{{ global_user }}"
changed_when: true
notify: Restart appd-{{ global_chain_id }}

- name: Binary | Initialize Cosmovisor
when: not cosmovisor_init.stat.exists # noqa: no-handler
Expand Down

0 comments on commit b29509b

Please sign in to comment.