From 2d31a118104afea81e885845bbf139d38b913b9d Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Sun, 15 Sep 2019 17:41:25 +0200 Subject: [PATCH] torwaechter: small fix to make /run available there is a tmpfs mounted on that later on --- ansible/host_vars/torwaechter/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/host_vars/torwaechter/main.yml b/ansible/host_vars/torwaechter/main.yml index 7a0988e..ea41370 100644 --- a/ansible/host_vars/torwaechter/main.yml +++ b/ansible/host_vars/torwaechter/main.yml @@ -24,6 +24,9 @@ openwrt_packages_extra: - lsblk openwrt_mixin: + /run: + dirname: + # Go binaries /usr/local/bin/door_client: mode: '0755' -- 1.7.10.4