Skip to content

Commit

Permalink
Fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Oct 16, 2023
1 parent 613fad1 commit df406c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ repos:
examples/other/some.j2.yaml|
examples/playbooks/collections/.*|
examples/playbooks/example.yml|
examples/playbooks/invalid-transform.yml|
examples/playbooks/multiline-brackets.*|
examples/playbooks/templates/not-valid.yaml|
examples/playbooks/vars/empty.transformed.yml|
Expand Down
5 changes: 3 additions & 2 deletions examples/playbooks/invalid-transform.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yamllint disable-file
---
- name: Test
hosts: localhost
Expand All @@ -6,5 +7,5 @@
tasks:
- name: Print hello message
ansible.builtin.debug:
msg: "Hello!"
register: vm_output
msg: "Hello!"
register: vm_output

0 comments on commit df406c9

Please sign in to comment.