From 070fd5beb217d9265bb682c7b1c4f50796e3180d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 15 Jan 2015 11:26:00 +0200 Subject: distbuild admin: Ensure programs are executable --- distbuild/ansible/use-latest-morph.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distbuild/ansible/use-latest-morph.yaml b/distbuild/ansible/use-latest-morph.yaml index 8249dc02..10c8e763 100644 --- a/distbuild/ansible/use-latest-morph.yaml +++ b/distbuild/ansible/use-latest-morph.yaml @@ -28,7 +28,7 @@ chdir: /srv/morph - name: ensure latest Morph is used - template: backup=yes src=run-from-morph-source-tree.sh.template dest=/usr/bin/{{ item }} + template: backup=yes src=run-from-morph-source-tree.sh.template dest=/usr/bin/{{ item }} mode=+x with_items: - morph - distbuild-helper -- cgit v1.2.1