Browse Source

Add meta/main.yml so that it's now usable with Ansible Galaxy

Emmanuel Bouthenot 3 years ago
parent
commit
6a8575ff99
1 changed files with 17 additions and 0 deletions
  1. 17 0
      meta/main.yml

+ 17 - 0
meta/main.yml

@@ -0,0 +1,17 @@
+galaxy_info:
+  role_name: condensed_output
+  author: Emmanuel Bouthenot <kolter@openics.org>
+  description: Provides a stdout callback plugin with a condensed output
+
+  license: BSD-3-Clause
+
+  min_ansible_version: 2.6
+
+  platforms: all
+
+  galaxy_tags:
+    - stdout
+    - callback
+    - print
+
+dependencies: []