Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
igorribeiroduarte committed Jun 19, 2024
1 parent edc9e7f commit 5b62a05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible-scylla-monitoring/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
./kill-all.sh
sudo ./kill-all.sh
- name: test
shell: |
sleep 10000
- name: start scylla-monitoring
shell: |
cd {{ base_dir }}
Expand Down Expand Up @@ -136,3 +140,4 @@
SCYLLA_USER: "{% if monitoring_cql_username is defined and monitoring_cql_password is defined %}{{ monitoring_cql_username }}{% endif %}"
SCYLLA_PSSWD: "{% if monitoring_cql_username is defined and monitoring_cql_password is defined %}{{ monitoring_cql_password }}{% endif %}"
when: run_docker_with_sudo is defined and run_docker_with_sudo|bool == True

0 comments on commit 5b62a05

Please sign in to comment.