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 1c97382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

Check failure on line 3 in tests/test.yml

View workflow job for this annotation

GitHub Actions / Lint

name[play]

All plays should be named.
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

Check failure on line 3 in tests/vagrant.yml

View workflow job for this annotation

GitHub Actions / Lint

name[play]

All plays should be named.
remote_user: vagrant
become: true
pre_tasks:
Expand Down

0 comments on commit 1c97382

Please sign in to comment.