Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jul 5, 2024
1 parent c6db226 commit e72eaf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
become: true
roles:
- role: ethpandaops.general.docker_nginx_proxy
tags: [ docker_nginx_proxy ]
tags: [docker_nginx_proxy]

- hosts: tx_fuzz_blobs
become: true
Expand Down Expand Up @@ -112,5 +112,5 @@
- hosts: blockscout
become: true
roles:
- role: blockscout
tags: [blockscout]
- role: blockscout
tags: [blockscout]

0 comments on commit e72eaf7

Please sign in to comment.