Add Travis CI information
This commit is contained in:
parent
19f1c62605
commit
bce18b04bc
2 changed files with 22 additions and 0 deletions
10
test.yml
Normal file
10
test.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
vars_files:
|
||||
- 'vars/main.yml'
|
||||
- 'defaults/main.yml'
|
||||
tasks:
|
||||
- include: 'tasks/main.yml'
|
||||
handlers:
|
||||
- include: 'handlers/main.yml'
|
||||
Loading…
Add table
Add a link
Reference in a new issue