ソースを参照

Metadata of fastd role describes the package now better

Till Klocke 9 年 前
コミット
038f07120f
1 ファイル変更9 行追加28 行削除
  1. 9 28
      roles/fastd/meta/main.yml

+ 9 - 28
roles/fastd/meta/main.yml

@@ -1,33 +1,14 @@
 ---
 galaxy_info:
   author: Till Klocke
-  description: Install fastd
+  description: Installs fastd
   company: Freifunk Dortmund
-  # If the issue tracker for your role is not on github, uncomment the
-  # next line and provide a value
-  # issue_tracker_url: http://example.com/issue/tracker
-  # Some suggested licenses:
-  # - BSD (default)
-  # - MIT
-  # - GPLv2
-  # - GPLv3
-  # - Apache
-  # - CC-BY
-  license: license (GPLv2, CC-BY, etc)
+  license: MIT
   min_ansible_version: 1.2
-  #
-  # Below are all platforms currently available. Just uncomment
-  # the ones that apply to your role. If you don't see your 
-  # platform on this list, let us know and we'll get it added!
-  #
-  #platforms:
-  #
-  # Below are all categories currently available. Just as with
-  # the platforms above, uncomment those that apply to your role.
-  #
-  #categories:
-dependencies: []
-  # List your role dependencies here, one per line.
-  # Be sure to remove the '[]' above if you add dependencies
-  # to this list.
-  
+  platforms:
+  - name: Debian
+    versions:
+    - jessie
+  categories:
+  - networking
+dependencies: []