ansible-rclone icon indicating copy to clipboard operation
ansible-rclone copied to clipboard

installation from OS repositories

Open stefangweichinger opened this issue 4 years ago • 0 comments

So far the role installs from upstream repos only and passes the OS package management. This might be problematic in some cases.

I think of adding another installation "mode": a toggle like os_packages with default "false", this would use the standard OS package manager to install rclone via apt or dnf or so.

As far as I see this leads to some new structure. Maybe use blocks for this, maybe sub-task-files like we do right now with stable and beta installation. Many of the tasks executed now wouldn't be needed with an installation with os_packages: True.

PRs welcome, as always.

stefangweichinger avatar Feb 28 '20 17:02 stefangweichinger