Skip to content

Commit

Permalink
add test play names
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Jun 9, 2023
1 parent 7ce51fd commit c0eb2e3
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
---
- hosts: localhost
- name: Test | Local
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
---
- hosts: all
- name: Test | Remote
remote_user: vagrant
become: true
pre_tasks:
Expand Down

0 comments on commit c0eb2e3

Please sign in to comment.