From 2f00cef9eb6706b0e907e5216d8d58b5a94c1d90 Mon Sep 17 00:00:00 2001 From: Maciej Delmanowski Date: Thu, 29 Jan 2015 12:35:25 +0100 Subject: [PATCH] Move ansigenome metadata to a separate file --- meta/ansigenome.yml | 21 +++++++++++++++++++++ meta/main.yml | 19 ------------------- 2 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 meta/ansigenome.yml diff --git a/meta/ansigenome.yml b/meta/ansigenome.yml new file mode 100644 index 0000000..4977157 --- /dev/null +++ b/meta/ansigenome.yml @@ -0,0 +1,21 @@ +--- + +ansigenome_info: + github_url: "https://github.com/debops/ansible-dhcpd" + git_branch: "master" + galaxy_id: "1559" + + travis: True + + license_url: 'https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)' + + authors: + - name: 'Maciej Delmanowski' + url: '' + email: 'drybjed@gmail.com' + twitter: 'drybjed' + github: 'drybjed' + + synopsis: | + Install and configure [ISC DHCP Server](https://www.isc.org/downloads/dhcp/). + diff --git a/meta/main.yml b/meta/main.yml index 07a5ed8..e94cef3 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -19,22 +19,3 @@ galaxy_info: - networking - system -ansigenome_info: - github_url: "https://github.com/debops/ansible-dhcpd" - git_branch: "master" - galaxy_id: "1559" - - travis: True - - license_url: 'https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)' - - authors: - - name: 'Maciej Delmanowski' - url: '' - email: 'drybjed@gmail.com' - twitter: 'drybjed' - github: 'drybjed' - - synopsis: | - Install and configure [ISC DHCP Server](https://www.isc.org/downloads/dhcp/). -