--- # tasks/dashboard.yml: Deployment of the Uchiwa dashboard - include: SmartOS/dashboard.yml when: ansible_distribution == SmartOS - include: Ubuntu/dashboard.yml when: ansible_distribution == Ubuntu - name: Ensure Uchiwa server service is running service: name=uchiwa state=started enabled=yes