Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
README: update (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Nov 8, 2021
1 parent 93fa1ce commit 67c865c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_gui
ansible.builtin.debug:
var: result
verbosity: 2

- name: Assert the result
assert:
that:
- result is changed
- result.query == 'SELECT VERSION()'
- result.statusmessage == 'SELECT 1'
- result.rowcount == 1
- result.query_result.0.version == 'CockroachDB CCL v21.1.6'
```
## Licensing
Expand Down

0 comments on commit 67c865c

Please sign in to comment.