From 09c6402af2cbfaf63914098a75694b1fdff15ae5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 27 Nov 2018 23:00:47 +0100 Subject: [PATCH] add minimal meta file --- meta/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..74c14aa --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,15 @@ +--- +galaxy_info: + author: xoxys + description: Role to configure python3 and pip3 + license: MIT + min_ansible_version: 2.4 + platforms: + - name: EL + versions: + - 7 + galaxy_tags: + - python + - python3 + - pip3 +dependencies: