We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa26af2 commit df0bd8cCopy full SHA for df0bd8c
changelogs/fragments/assert.yml
@@ -0,0 +1,3 @@
1
+---
2
+trivial:
3
+ - "oraswgi_meta: debug out for collection version ()"
roles/oraswgi_meta/tasks/main.yml
@@ -1,3 +1,7 @@
---
- name: Import assert.yml
ansible.builtin.import_tasks: assert.yml
4
+
5
+- name: ansible-oracle Collection version
6
+ ansible.builtin.debug:
7
+ msg: "ansible-oracle version: {{ lookup('community.general.collection_version', 'opitzconsulting.ansible_oracle') }}"
0 commit comments