Skip to content

Commit

Permalink
Changed test.yml so that it uses role dependencies and added requirem…
Browse files Browse the repository at this point in the history
…ents.yml to fetch them.
  • Loading branch information
mtpereira committed May 19, 2015
1 parent 4ade38f commit 4619980
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- src: ANXS.build-essential
version: master

10 changes: 5 additions & 5 deletions test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- hosts: all
sudo: True
vars_files:
- 'defaults/main.yml'
tasks:
- include: 'tasks/main.yml'
sudo: yes

roles:
- .

0 comments on commit 4619980

Please sign in to comment.