From d7365451690b9df3f1bc4e38afe94765fc8f74c7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Jun 2018 22:22:05 +0200 Subject: [PATCH] add minimal metafile --- meta/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..379d6d3 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,13 @@ +--- +galaxy_info: + author: xoxys + description: Role to manage network interfaces + license: MIT + min_ansible_version: 2.4 + platforms: + - name: EL + versions: + - 7 + galaxy_tags: + - network +dependencies: