fix creation of /home in torwaechter image
authorChristian Pointner <equinox@realraum.at>
Wed, 18 Sep 2019 21:03:50 +0000 (23:03 +0200)
committerChristian Pointner <equinox@realraum.at>
Wed, 18 Sep 2019 21:03:50 +0000 (23:03 +0200)
ansible/host_vars/torwaechter/main.yml

index 98d8e72..f6d4ec1 100644 (file)
@@ -24,14 +24,9 @@ openwrt_packages_extra:
   - lsblk
 
 openwrt_mixin:
-  /etc/default:
-    dirname:
-  /etc/hotplug.d/tty/:
-    dirname:
-  /etc/hotplug.d/usb/:
-    dirname:
-  /home:
-    dirname:
+  ## this file will not be created because there is no file, link or content field below it
+  ## but it will force the creation of /home
+  /home/.placeholder: {}
   /run:
     link: "/var/run"