From 20b92bbf7d13c0b4004541d710ae2d9f9ba50a74 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 15 May 2021 17:58:32 +0200 Subject: [PATCH] add meta --- 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..6d719b3 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,13 @@ +galaxy_info: + author: Adham Helal, Christian Wagner, gitouche + description: "Deploy msmtp mailer on RHEL8" + min_ansible_version: 2.4 + license: Apache + platforms: + - name: EL + versions: + - 8 + tags: + - mail + - system + - networking