mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:28:35 +01:00
fix: move email addresses to var file
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
state: present
|
||||
|
||||
- name: Deploy Postfix config
|
||||
copy:
|
||||
template:
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/postfix/{{ item }}"
|
||||
with_items:
|
||||
@@ -20,7 +20,6 @@
|
||||
- enabled_senders
|
||||
- main.cf
|
||||
- master.cf
|
||||
- relocated
|
||||
- sender_blacklist
|
||||
- tls_policy
|
||||
- transport
|
||||
|
||||
Reference in New Issue
Block a user