소스 검색

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

Emmanuel Bouthenot 4 년 전
부모
커밋
948e5c4150
2개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      callback_plugins/condensed.py
  2. 17 0
      meta/main.yml

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