Skip to content

Commit

Permalink
chore: fix for ansiblelint & ansiblelater
Browse files Browse the repository at this point in the history
  • Loading branch information
Catopish committed Dec 24, 2024
1 parent 8b0a2e6 commit 4b676c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/setup_install_penumbra/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
args:
executable: /bin/bash
creates: "{{ default_database_path }}/node0/cometbft"
become: true
become: True
become_user: "{{ default_user }}"
when: not cometbft_dir.stat.exists

Expand Down
1 change: 1 addition & 0 deletions roles/setup_install_prometheus/files/prometheus.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
#
# Ansible managed
#
Expand Down

0 comments on commit 4b676c2

Please sign in to comment.