Skip to content

Commit

Permalink
fix: ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ehh-why-its-so-hard committed Dec 11, 2024
1 parent cdfa32b commit 7baecca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/vega_core/handlers/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: Restart blockexplorer
ansible.builtin.service:
# it may be started anytime and during first startup it initialize the database,
# it may be started anytime and during first startup it initialize the database,
# so it should be started as soon as possible ideally before the vegavisor
state: "started"
daemon_reload: true
Expand Down

0 comments on commit 7baecca

Please sign in to comment.