--- # tasks/Ubuntu/dashboard.yml: Deployment of the Uchiwa dashboard # Specific to Ubuntu - include_vars: "{{ item }}" with_first_found: - "{{ ansible_distribution }}.yml" - "{{ ansible_os_family }}.yml" - default.yml - name: Retrieve the Uchiwa deb package get_url: url={{ uchiwa_pkg_download_url }} dest={{ uchiwa_pkg_download_path }} checksum=md5:{{ uchiwa_pkg_download_md5 }} - name: Install Uchiwa from the retrieved deb package apt: deb={{ uchiwa_pkg_download_path }}