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