You've already forked ansible-role-common
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
|
profile: basic
|
||||||
|
|
||||||
skip_list: # or 'skip_list' to silence them completely
|
skip_list: # or 'skip_list' to silence them completely
|
||||||
- experimental # all rules tagged as experimental
|
- experimental # all rules tagged as experimental
|
||||||
- unnamed-task # All tasks should be named
|
- unnamed-task # All tasks should be named
|
||||||
- fqcn-builtins
|
- fqcn-builtins
|
||||||
|
|
||||||
|
warn_list:
|
||||||
|
- name[casing]
|
||||||
|
- var-naming[pattern]
|
||||||
|
- no-free-form
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Postfix Configuration
|
- name: Postfix Configuration
|
||||||
|
when: postfix_configure
|
||||||
block:
|
block:
|
||||||
- name: postfix | Apply postfix configuration
|
- name: postfix | Apply postfix configuration
|
||||||
lineinfile:
|
lineinfile:
|
||||||
@@ -38,7 +39,6 @@
|
|||||||
name: postfix
|
name: postfix
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when: postfix_configure
|
|
||||||
|
|
||||||
- name: Ensure root forwarding address is set
|
- name: Ensure root forwarding address is set
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|||||||
Reference in New Issue
Block a user