tuer: Make installed binaries executable
authornicoo <nicoo@realraum.at>
Wed, 16 May 2018 19:28:16 +0000 (21:28 +0200)
committernicoo <nicoo@realraum.at>
Wed, 16 May 2018 19:28:16 +0000 (21:28 +0200)
ansible/tuer.yml

index 9d4ceec..1ed9f12 100644 (file)
         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: