--- - name : SPLASH install infra (ruby) package: pkg: ruby state: present - name : SPLASH install Splash (gem) gem: name: prometheus-splash state: present - name: SPLASH Check if setup done stat: path: /etc/splash.yml register: stat_result - name: SPLASH Installation shell: splash conf set when: not stat_result.stat.exists - name: SPLASH Configuration template: src: splash.yml.j2 dest: /etc/splash.yml owner: root group: root mode: 0644 #notify: restart Splash