From 2d27818dd9d393ca3461489f9dc5910a66a48395 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 11 Mar 2022 09:53:56 +0100 Subject: [PATCH] typo --- roles/server/tasks/utilities/ssmtp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/server/tasks/utilities/ssmtp.yml b/roles/server/tasks/utilities/ssmtp.yml index 401326c..627800b 100644 --- a/roles/server/tasks/utilities/ssmtp.yml +++ b/roles/server/tasks/utilities/ssmtp.yml @@ -6,7 +6,7 @@ - name: server | utitilies | configure ssmtp lineinfile: - path: "/etc/ssmtp/ssmtp.cpnf" # required. The file to modify. Before Ansible 2.3 this option was only usable as I(dest), I(destfile) and I(name). + path: "/etc/ssmtp/ssmtp.conf" # required. The file to modify. Before Ansible 2.3 this option was only usable as I(dest), I(destfile) and I(name). regexp: "{{ item.regex }}" state: present line: "{{ item.line }}"