You've already forked ansible-role-common
Lint improvements
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- name: Postfix Configuration
|
||||
when: postfix_configure
|
||||
block:
|
||||
- name: postfix | Apply postfix configuration
|
||||
- name: Postfix | Apply postfix configuration
|
||||
lineinfile:
|
||||
dest: "{{ configurations.dest }}"
|
||||
regexp: "{{ configurations.regexp }}"
|
||||
@@ -34,7 +34,7 @@
|
||||
loop_control:
|
||||
loop_var: configurations
|
||||
|
||||
- name: postfix | Ensure Postfix is Started/Enabled
|
||||
- name: Postfix | Ensure Postfix is Started/Enabled
|
||||
service:
|
||||
name: postfix
|
||||
state: started
|
||||
|
||||
Reference in New Issue
Block a user