Update lint pass
All checks were successful
ci/woodpecker/push/1.test Pipeline was successful

This commit is contained in:
2023-10-05 17:06:16 +13:00
parent e29f5d536d
commit 7f3147e3ee
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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: