Make genacls.sh a template.

This commit is contained in:
Ralph Bean 2015-12-17 21:54:17 +00:00
parent 37e6e4d939
commit 2bca286974
2 changed files with 1 additions and 1 deletions

View file

@ -152,7 +152,7 @@
- distgit
- name: install the genacls.sh script
copy: src={{item}} dest=/usr/local/bin/{{item}} mode=0755
template: src={{item}} dest=/usr/local/bin/{{item}} mode=0755
with_items:
- genacls.sh
tags: