convert this synchronize into a copy to make it idempotent

This commit is contained in:
Kevin Fenzi 2017-11-21 20:52:43 +00:00
parent 6b0c3c8b8b
commit f0e21b57f1

View file

@ -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