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 af06809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible-scylla-monitoring/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,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 af06809

Please sign in to comment.