From: Christian Pointner Date: Wed, 18 Sep 2019 21:03:50 +0000 (+0200) Subject: fix creation of /home in torwaechter image X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=f84240aa411f7ab798b7f518f363f64ee2691b9f fix creation of /home in torwaechter image --- diff --git a/ansible/host_vars/torwaechter/main.yml b/ansible/host_vars/torwaechter/main.yml index 98d8e72..f6d4ec1 100644 --- a/ansible/host_vars/torwaechter/main.yml +++ b/ansible/host_vars/torwaechter/main.yml @@ -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"