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
|
||||
- experimental # all rules tagged as experimental
|
||||
- unnamed-task # All tasks should be named
|
||||
- fqcn-builtins
|
||||
|
||||
warn_list:
|
||||
- name[casing]
|
||||
- var-naming[pattern]
|
||||
- no-free-form
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- name: Postfix Configuration
|
||||
when: postfix_configure
|
||||
block:
|
||||
- name: postfix | Apply postfix configuration
|
||||
lineinfile:
|
||||
@@ -38,7 +39,6 @@
|
||||
name: postfix
|
||||
state: started
|
||||
enabled: yes
|
||||
when: postfix_configure
|
||||
|
||||
- name: Ensure root forwarding address is set
|
||||
lineinfile:
|
||||
|
||||
Reference in New Issue
Block a user