style: make ansible-lint happier
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
---
|
||||
|
||||
- name: postmap virtual-regexp
|
||||
command: postmap /etc/postfix/virtual-regexp
|
||||
listen: "postmap files"
|
||||
- name: Postmap virtual-regexp
|
||||
ansible.builtin.command:
|
||||
cmd: postmap /etc/postfix/virtual-regexp
|
||||
changed_when: true
|
||||
listen: "Postmap files"
|
||||
|
||||
- name: postmap transport
|
||||
command: postmap /etc/postfix/transport
|
||||
listen: "postmap files"
|
||||
- name: Postmap transport
|
||||
ansible.builtin.command:
|
||||
cmd: postmap /etc/postfix/transport
|
||||
changed_when: true
|
||||
listen: "Postmap files"
|
||||
|
||||
- name: restart postfix
|
||||
service:
|
||||
- name: Restart postfix
|
||||
ansible.builtin.service:
|
||||
name: postfix
|
||||
state: restarted
|
||||
|
Reference in New Issue
Block a user