Skip to content

Commit

Permalink
add validate play skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Dec 8, 2023
1 parent 2427f7e commit 3687410
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: "Validate correctness of AMQ Streams install"
hosts: all
tasks:
- name: "TODO Implement validation tasks"
ansible.builtin.debug:
msg: "TODO"

0 comments on commit 3687410

Please sign in to comment.