From 1073d8f77723ff58be50934cb6b80a7de0b7062b Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Tue, 11 Jun 2024 22:21:40 +0200 Subject: [PATCH] Remove udev mount. --- tasks/deploy_thermostat.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/deploy_thermostat.yml b/tasks/deploy_thermostat.yml index f4d5137..3b1cf18 100644 --- a/tasks/deploy_thermostat.yml +++ b/tasks/deploy_thermostat.yml @@ -45,7 +45,6 @@ volume: - /usr/local/docker-mounted-files/docker-thermostat/conf.yml:/root/conf.yml - /mnt/apps/volumes/thermostat:/root/instance - - /run/udev:/run/udev become: true - name: Prune images