ansible/roles/ruby-common/README.md in subspace-2.5.10 vs ansible/roles/ruby-common/README.md in subspace-3.0.0.rc1
- old
+ new
@@ -21,10 +21,10 @@
**Variables that *must* be set by the user (or another role)**
> ruby_version: This variable controls the version of Ruby that will be compiled and installed. It should correspond with the tarball filename excluding the ".tar.gz" extension (e.g. "ruby-1.9.3-p484").
-> ruby_checksum: The checksum of the gzipped tarball that will be downloaded and compiled. (prefix with algorithm, e.g. sha256:abcdef01234567890)
+> ruby_checksum: The SHA256 checksum of the gzipped tarball that will be downloaded and compiled.
> ruby_download_location: The URL that the tarball should be retrieved from. Using the ruby_version variable within this variable is a good practice (e.g. "http://cache.ruby-lang.org/pub/ruby/1.9/{{ ruby_version }}.tar.gz").
**Variables that *can* be set by the user (or another role)**