diff options
author | Stefan Joosten <stefan@sjoosten.nl> | 2016-07-31 23:34:21 +0200 |
---|---|---|
committer | Stefan Joosten <stefan@sjoosten.nl> | 2016-07-31 23:34:21 +0200 |
commit | 13c1f320d66b781913cfa867ba7f7fe53daeeaac (patch) | |
tree | bc09b58ab68858feb3633b02c4bf2160224823b3 | |
parent | d237615854347bd2702ca6bfdc271d99e58a3f54 (diff) | |
download | ansible-teamspeak-13c1f320d66b781913cfa867ba7f7fe53daeeaac.tar.gz ansible-teamspeak-13c1f320d66b781913cfa867ba7f7fe53daeeaac.tar.xz ansible-teamspeak-13c1f320d66b781913cfa867ba7f7fe53daeeaac.zip |
Resolve issue #2
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,9 @@ TeamSpeak 3 Server Role that deploys a TeamSpeak 3 server. Inspired by [dharmab/ansible-playbooks/roles/teamspeak](https://github.com/dharmab/ansible-playbooks/tree/master/roles/teamspeak). -By incrementing the TeamSpeak 3 version number, and assigning the appropriate SHA256 checksum string, this role can also perform upgrades of TeamSpeak 3 servers. Provided those have been previously installed by this role (starting from this version of the role). CAUTION: Such a procedure is not well tested yet. +TeamSpeak 3 servers installed with this role can also be updated to newer versions with this role. +By incrementing the TeamSpeak 3 version number, and assigning the appropriate SHA256 checksum string, this role will copy your currently installed TeamSpeak 3 server and update it to the new version. +Note: this feature has been tested, but is still fairly new. Requirements ------------ |