Skip to content

Commit

Permalink
Add yamllint config & fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Caron committed Nov 9, 2022
1 parent 27b15d9 commit 0c9dd01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
extends: default

rules:
line-length:
max: 200
level: warning
2 changes: 0 additions & 2 deletions tasks/pve-acme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,3 @@
cmd: pvenode config set --acmedomain0 domain={{ pve_acme_domain }},plugin={{ pve_acme_plugin_name }}
when: acme_domain_list.rc != 0
notify: Order ACME certificates


0 comments on commit 0c9dd01

Please sign in to comment.