mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
Fix test syntax error
This commit is contained in:
parent
4f60a0e03d
commit
0c99bc08e0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- ansible-sshd
|
||||
|
||||
|
|
Loading…
Reference in a new issue