Make genacls.sh a template.
This commit is contained in:
parent
37e6e4d939
commit
2bca286974
2 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
||||||
- distgit
|
- distgit
|
||||||
|
|
||||||
- name: install the genacls.sh script
|
- 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:
|
with_items:
|
||||||
- genacls.sh
|
- genacls.sh
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue