templates/ansible-splash/roles/splash/tasks/main.yml in prometheus-splash-0.4.5 vs templates/ansible-splash/roles/splash/tasks/main.yml in prometheus-splash-0.5.0
- old
+ new
@@ -6,9 +6,10 @@
- name : SPLASH install Splash (gem)
gem:
name: prometheus-splash
state: present
+ user_install: no
- name: SPLASH Check if setup done
stat:
path: /etc/splash.yml
register: stat_result