Fix FQCN conversion typo
This commit is contained in:
parent
88864fc25a
commit
30b757246a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- ansible.builtin.name: render /etc/postfix/main.cf
|
- name: render /etc/postfix/main.cf
|
||||||
template:
|
ansible.builtin.template:
|
||||||
src: etc/postfix/main.cf.j2
|
src: etc/postfix/main.cf.j2
|
||||||
dest: /etc/postfix/main.cf
|
dest: /etc/postfix/main.cf
|
||||||
owner: root
|
owner: root
|
||||||
|
@ -9,8 +9,8 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: restart postfix
|
notify: restart postfix
|
||||||
|
|
||||||
- ansible.builtin.name: render /etc/postfix/master.cf
|
- name: render /etc/postfix/master.cf
|
||||||
template:
|
ansible.builtin.template:
|
||||||
src: etc/postfix/master.cf.j2
|
src: etc/postfix/master.cf.j2
|
||||||
dest: /etc/postfix/master.cf
|
dest: /etc/postfix/master.cf
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue