Release 9.10.0 #58

Merged
jlecour merged 68 commits from unstable into stable 2019-06-21 10:51:04 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 4a703978a8 - Show all commits

View file

@ -19,6 +19,7 @@ The **patch** part changes incrementally at each release.
* evomaintenance : use the web API instead of PG Insert
### Fixed
* rbenv: add check_mode for check rbenv and ruby versions
### Security

View file

@ -94,6 +94,7 @@
warn: no
failed_when: False
changed_when: False
check_mode: False
register: ruby_installed
become_user: "{{ username }}"
become: yes
@ -117,6 +118,7 @@
register: ruby_selected
changed_when: False
failed_when: False
check_mode: False
become_user: "{{ username }}"
become: yes
tags: