mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Fix typo in copy
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
- packages
|
||||
|
||||
- name: install systemd unit for btseed
|
||||
copy: src=btseed.service dst=/etc/systemd/system/btseed.service
|
||||
copy: src=btseed.service dest=/etc/systemd/system/btseed.service
|
||||
notify:
|
||||
- reload systemd
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user