Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Goth committed Jan 3, 2024
1 parent 878c943 commit 60dc4c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@
## Setup test enviroment
# test whether redis server accepts connections on the unix socket
- name: test connection to socket
shell: redis-benchmark -q -n 100 -s /var/run/redis/{{ redis_instancename }}.sock
ansible.builtin.command:
argv:
- redis-benchmark
- -q
- -n
- 100
- -s
- /var/run/redis/{{ redis_instancename }}.sock

0 comments on commit 60dc4c3

Please sign in to comment.