Fix up modes
This commit is contained in:
parent
39b5a0307e
commit
4385481945
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
- name: Install common scripts
|
- name: Install common scripts
|
||||||
action: copy src=$item dest=/usr/local/bin/
|
action: copy src=$item dest=/usr/local/bin/ owner=root group=root mode=0755
|
||||||
with_fileglob: $files/common-scripts/*
|
with_fileglob: $files/common-scripts/*
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue