From: nicoo Date: Wed, 16 May 2018 19:28:16 +0000 (+0200) Subject: tuer: Make installed binaries executable X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=4582c57b9fe0d77f0997c08f471a1ae38c52377f tuer: Make installed binaries executable --- diff --git a/ansible/tuer.yml b/ansible/tuer.yml index 9d4ceec..1ed9f12 100644 --- a/ansible/tuer.yml +++ b/ansible/tuer.yml @@ -67,10 +67,13 @@ openwrt_mixin: # Go binaries /usr/local/bin/door_client: + mode: 0755 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/door_client/door_client" /usr/local/bin/door_daemon: + mode: 0755 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/door_daemon/door_daemon" /usr/local/bin/update-keys: + mode: 0755 file: "{{ playbook_dir }}/.cache/openwrt/tuer/door_and_sensors/update-keys/update-keys" /etc/config/network: