Skip to content

Commit

Permalink
Some Linty fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 21, 2023
1 parent 861e0f4 commit f4de972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
skip_list:
- 'fqcn-builtins'
- 'no-handler'
- 'no-changed-when'
3 changes: 2 additions & 1 deletion main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: internet_pi
- name: Configure Internet Pi.
hosts: internet_pi
become: true

pre_tasks:
Expand Down

0 comments on commit f4de972

Please sign in to comment.