Skip to content

Releases: rvm/rvm1-ansible

v1.3.5

29 Jan 12:38
Compare
Choose a tag to compare
  • Ensure rvm1_user owns all rvm related files
    • Thanks to #29
  • Allow passing in custom configuration options when installing ruby
    • Thanks to #30

Changes since the last release:
v1.3.4...v1.3.5

v1.3.4

12 Dec 13:28
Compare
Choose a tag to compare
  • Change the default system wide install dir back to /usr/local/rvm
  • Add the rvm1_user: 'root' default variable to let you set the rvm directory owner
  • Update the README on why setting sudo: True is necessary

Changes since the last release:
v1.3.3...v1.3.4

v.1.3.3

17 Nov 11:17
Compare
Choose a tag to compare
  • Fix an incorrect condition which caused Ansible to error out

Changes since the last release:
v1.3.2...v1.3.3

v1.3.2

07 Nov 15:26
Compare
Choose a tag to compare
  • Import the GPG signature every time rvm runs get [version].

Changes since the last release:
v1.3.1...v1.3.2

v1.3.1

29 Oct 13:34
Compare
Choose a tag to compare
  • Add gpg signature verification, thanks to @hasanen

Changes since the last release:
v1.3.0...v1.3.1

v1.3.0

16 Oct 14:34
Compare
Choose a tag to compare
  • Remove the python-httplib2 dependency so it should work on CentOS 7
  • Change how versions are set, check the readme
  • Always run rvm update unless you disable it by overwriting rvm1_rvm_check_for_updates

Changes since the last release:
v1.2.0...v1.3.0

v1.2.0

30 Sep 21:22
Compare
Choose a tag to compare
  • Add CentOS/RHEL support thanks to @tobijb

Changes since the last release:
v1.1.0...v1.2.0

v1.1.0

20 Sep 16:32
Compare
Choose a tag to compare
  • Fix #7 and #8 by no longer chowning the user:group
  • Symlink the ruby related bins to /usr/local/bin when doing a system wide install
  • Remove the temp install dir, always use /tmp
  • Expose the rvm install flags in a new default variable rvm1_install_flags
  • Change the default system wide install dir to /usr/local/lib/rvm
  • Update the readme to be much more clear and provide 3 examples of how to install rvm
  • Update the travis test to test against ansible 1.7.1 instead of 1.6.2
  • Reformat all of the tasks to make them more readable and maintainable

Changes since the last release:
v1.0.2...v1.1.0

v1.0.2

15 Aug 15:03
Compare
Choose a tag to compare
  • Force sudo as root when having to apt install python-httplib2, fixes #5.

Changes since the last release:
v1.0.1...v1.0.2

v1.0.1

18 Jul 20:31
Compare
Choose a tag to compare
  • Install httplib2 if necessary (the ansible uri module depends on this)

Changes since the last release:
v1.0.0...v1.0.1