add rclone_yandex role
This commit is contained in:
6
roles/rclone_yandex/tasks/run.yaml
Normal file
6
roles/rclone_yandex/tasks/run.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: "Run | start the 'rclone-yandex' service"
|
||||
ansible.builtin.systemd:
|
||||
name: rclone-yandex
|
||||
state: started
|
||||
daemon_reload: true
|
||||
Reference in New Issue
Block a user