Skip to content

Commit

Permalink
Merge pull request #318 from shishirsuman092/cbrelease-4.8.20
Browse files Browse the repository at this point in the history
Cbrelease 4.8.20
  • Loading branch information
Haritest authored Jan 2, 2025
2 parents 29fbfde + 7ae9d75 commit 58e62e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
monthly_active_user_count: "{{ redis_monthly_active_users_out.stdout }}"

- name: Redis Get Course Program Completion
command: "redis-cli -h {{ redis_host }} -p {{ redis_port }} -n {{ redis_db }} GET {{ redis_key_lp_completed_count }}"
command: "redis-cli -h {{ redis_host }} -p {{ redis_port }} -n {{ redis_db }} GET {{ redis_key_dashboard_completed_count }}"
register: redis_course_program_completed_out

- name: Course Program Completion Count
Expand Down

0 comments on commit 58e62e0

Please sign in to comment.