Skip to content

Commit

Permalink
forgot the test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Feb 21, 2018
1 parent d3a8d77 commit 7bfe637
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
.vagrant
test
test.retry
12 changes: 12 additions & 0 deletions test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---

- hosts: all
remote_user: root
become: yes
vars_files:
- "defaults/main.yml"
- "vars/main.yml"
roles:
- 'ANXS.build-essential'
tasks:
- include: "tasks/main.yml"

0 comments on commit 7bfe637

Please sign in to comment.