Browse Source

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

Emmanuel Bouthenot 3 years ago
parent
commit
948e5c4150
2 changed files with 17 additions and 0 deletions
  1. 0 0
      callback_plugins/condensed.py
  2. 17 0
      meta/main.yml

condensed.py → callback_plugins/condensed.py


+ 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: []