Skip to content

Commit 485d8d4

Browse files
committed
Revert
1 parent 509c5a9 commit 485d8d4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.ansible-lint

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
warn_list:
33
- role-name
4+
- name[play]
45
- name[casing]

tests/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# test file
22
---
3-
- name: Test | Local
3+
- hosts: localhost
44
connection: local
55
become: true
66
pre_tasks:

tests/vagrant.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# test file
22
---
3-
- name: Test | Remote
3+
- hosts: all
44
remote_user: vagrant
55
become: true
66
pre_tasks:

0 commit comments

Comments
 (0)