Skip to content

Commit

Permalink
Fix the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Feb 12, 2024
1 parent 80e8c83 commit 5e0bc55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
community.clickhouse.clickhouse_client:
execute: SELECT id FROM system.users LIMIT 1

- name: Print the result
- name: Check the result
ansible.builtin.assert:
that:
- result.result[0] != []

0 comments on commit 5e0bc55

Please sign in to comment.