diff options
Diffstat (limited to 'vagrant_support/devtools.yml')
-rw-r--r-- | vagrant_support/devtools.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant_support/devtools.yml b/vagrant_support/devtools.yml index fa554ce3c..3d4c9dbcd 100644 --- a/vagrant_support/devtools.yml +++ b/vagrant_support/devtools.yml @@ -18,6 +18,9 @@ - name: copy re.pl copy: src=re.pl dest=/usr/local/bin/re.pl mode=0755 +- name: copy use-nytprof + copy: src=use-nytprof dest=/usr/local/bin/use-nytprof mode=0755 + - name: mkdir .re.pl file: path=/home/vagrant/.re.pl state=directory owner=vagrant group=vagrant mode=0775 |