forked from FF-RGB/ansible
Add missing dependency
This commit is contained in:
parent
77b895ad56
commit
fc75edb757
@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
apt: name=ethtool
|
||||||
|
|
||||||
- name: Clone respondd announce repository
|
- name: Clone respondd announce repository
|
||||||
git: repo={{ respondd_announce_git_root }} dest=/opt/{{ site_code }}/respondd-announce/
|
git: repo={{ respondd_announce_git_root }} dest=/opt/{{ site_code }}/respondd-announce/
|
||||||
notify: Restart respondd
|
notify: Restart respondd
|
||||||
|
Loading…
Reference in New Issue
Block a user