From 589d3e0d12611bec36472bb509e3ecc9ee6b6ce1 Mon Sep 17 00:00:00 2001 From: Luciano Giacchetta Date: Tue, 10 Feb 2026 17:51:44 -0300 Subject: [PATCH] docs: add agent guidelines and update role title in readme - Create AGENTS.md to define contribution rules, specifically mandating the use of ansible.builtin namespace and ensuring documentation updates. - Update the README.md header from "Postfix" to "Mail" to align with the repository name. --- AGENTS.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..9d9173b --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,4 @@ +# AGENTS.md + +- Only use `ansible.builtin` +- Always update `README.md` \ No newline at end of file diff --git a/README.md b/README.md index 389a940..8b88514 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# **Ansible Role: Postfix** +# **Ansible Role: Mail** An Ansible role to install and configure Postfix on Debian-based systems.