torwaechter: small fix to make /run available
authorMichael Gebetsroither <michael@mgeb.org>
Sun, 15 Sep 2019 15:41:25 +0000 (17:41 +0200)
committerMichael Gebetsroither <michael@mgeb.org>
Sun, 15 Sep 2019 15:41:25 +0000 (17:41 +0200)
there is a tmpfs mounted on that later on

ansible/host_vars/torwaechter/main.yml

index 7a0988e..ea41370 100644 (file)
@@ -24,6 +24,9 @@ openwrt_packages_extra:
   - lsblk
 
 openwrt_mixin:
+  /run:
+    dirname:
+
   # Go binaries
   /usr/local/bin/door_client:
     mode: '0755'