From b0c06fc1f9f80b3b5704688a4e1f5c9e10eadc3a Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Sun, 15 Sep 2019 17:39:17 +0200 Subject: [PATCH] torwaechter: add additional tools rsync, lsblk --- ansible/host_vars/torwaechter/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/host_vars/torwaechter/main.yml b/ansible/host_vars/torwaechter/main.yml index cc5a15c..7a0988e 100644 --- a/ansible/host_vars/torwaechter/main.yml +++ b/ansible/host_vars/torwaechter/main.yml @@ -20,6 +20,8 @@ openwrt_packages_extra: - screen - sudo - usbutils + - rsync + - lsblk openwrt_mixin: # Go binaries -- 1.7.10.4