diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..77934f6 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: MIT +galaxy_info: + author: 'hygienic-books' + description: 'Configure Postfix on Debian as a send-only Mail Transfer Agent' + license: MIT + min_ansible_version: 2.18.1 + galaxy_tags: + - 'postfix' + - 'mta' +dependencies: []