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
|
||||
template:
|
||||
- name: render /etc/postfix/main.cf
|
||||
ansible.builtin.template:
|
||||
src: etc/postfix/main.cf.j2
|
||||
dest: /etc/postfix/main.cf
|
||||
owner: root
|
||||
|
@ -9,8 +9,8 @@
|
|||
mode: 0644
|
||||
notify: restart postfix
|
||||
|
||||
- ansible.builtin.name: render /etc/postfix/master.cf
|
||||
template:
|
||||
- name: render /etc/postfix/master.cf
|
||||
ansible.builtin.template:
|
||||
src: etc/postfix/master.cf.j2
|
||||
dest: /etc/postfix/master.cf
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Reference in a new issue