mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
No location needed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
- name: Install the script generating the <pkg>-owner email alias
|
||||
file: src={{ item.file }}
|
||||
dest={{ item.location }}/{{ item.dest }}
|
||||
dest={{ item.dest }}
|
||||
owner=root group=root mode=0755
|
||||
with_items:
|
||||
- { file: owner-email.py, dest: /usr/local/bin/owner-email.py }
|
||||
|
||||
Reference in New Issue
Block a user