Skip to content

Commit

Permalink
added apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikanurag committed Jan 27, 2016
1 parent 8dc1981 commit 9c2286c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/builder/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
dependencies:
- { role: docker }
- { role: apt_update }
- { role: docker }

2 comments on commit 9c2286c

@und1sk0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we getting rid of docker as a dep?

@kaushikanurag
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't remove it. I just moved it down. So docker when it call apt module. We dont get error

Please sign in to comment.