Skip to content

Commit

Permalink
fix lint errors, remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Vasilenko committed Jun 7, 2019
1 parent 027577f commit c0f8530
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ rules:
level: error
line-length: disable
truthy: disable
empty-lines:
max-end: 1

1 change: 0 additions & 1 deletion handlers/restart_rsyslog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
state: restarted
when: ansible_os_family != "Windows"
listen: 'restart rsyslog'

1 change: 0 additions & 1 deletion handlers/restart_syslogng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
name: syslog-ng
state: restarted
listen: 'restart syslog-ng'

1 change: 0 additions & 1 deletion handlers/start_consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
state: started
when: ansible_os_family == "Windows"
listen: 'start consul'

0 comments on commit c0f8530

Please sign in to comment.