convert this synchronize into a copy to make it idempotent
This commit is contained in:
parent
6b0c3c8b8b
commit
f0e21b57f1
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,10 @@
|
|||
- notifs/backend
|
||||
|
||||
- name: copy over admin utility scripts
|
||||
synchronize: src=bin/ dest=/usr/local/bin/
|
||||
copy: src=bin/{{ item }} dest=/usr/local/bin/{{ item }} owner=root group=root mode=0755
|
||||
with_items:
|
||||
- fmn-create-account
|
||||
- fmn-disable-account
|
||||
tags:
|
||||
- notifs
|
||||
- notifs/backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue