Add missing dependency

This commit is contained in:
Markus 2017-06-11 20:06:29 +02:00
parent 77b895ad56
commit fc75edb757
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
---
- name: Install dependencies
apt: name=ethtool
- name: Clone respondd announce repository
git: repo={{ respondd_announce_git_root }} dest=/opt/{{ site_code }}/respondd-announce/
notify: Restart respondd