diff --git a/README.md b/README.md index 8f2312f..ea82a88 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Ansible Modules for Syncthing +Forked from [github.com/rafi/ansible-modules-syncthing] +(https://github.com/rafi/ansible-modules-syncthing). + Collection of modules for [Syncthing](https://syncthing.net) management. ## Install @@ -12,9 +15,9 @@ Copy the `./library` directory to your Ansible project and ensure your library = ./library ``` -Please note this module was test on: +Please note this module was tested on: -* Ubuntu 16.04 with Syncthing v0.14.52 +* Debian Buster with Syncthing v1.0.0 Please report successful usage on other platforms/versions. @@ -22,12 +25,9 @@ Please report successful usage on other platforms/versions. See [example playbooks](./playbooks) for robust feature usage: -* [install_syncthing.yml] - Install Syncthing on Ubuntu (with systemd) +* [install_syncthing.yml] - Install Syncthing on Debian/Ubuntu (with systemd) * [manage.yml] - Ensure Syncthing devices and folders across devices -[install_syncthing.yml]: http:// -[manage.yml]: http:// - ## Modules ### Module: `syncthing_device` @@ -108,5 +108,5 @@ Examples: ## License Copyright: (c) 2018, Rafael Bodill `` -Copyright: (c) 2020, Borjan Tchakaloff `` +Copyright: (c) 2020--2021, Borjan Tchakaloff `` GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)