mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
convert this synchronize into a copy to make it idempotent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user