Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jun 9, 2023
1 parent 509c5a9 commit 485d8d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
warn_list:
- role-name
- name[play]
- name[casing]
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# test file
---
- name: Test | Local
- hosts: localhost
connection: local
become: true
pre_tasks:
Expand Down
2 changes: 1 addition & 1 deletion tests/vagrant.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# test file
---
- name: Test | Remote
- hosts: all
remote_user: vagrant
become: true
pre_tasks:
Expand Down

0 comments on commit 485d8d4

Please sign in to comment.