updated molotov state

This commit is contained in:
Paul 2022-03-23 18:26:17 +01:00
parent 607895f35e
commit 5f677e81e4
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
---
molotov:
url: http://desktop-auto-upgrade.molotov.tv/linux
file: molotov.AppImage
version: 4.4.4
dest_path: /usr/local/bin
icon_path: /usr/share/icons/molotov.png

View File

@ -3,7 +3,7 @@
molotov-install:
file.managed:
- name: {{ molotov.dest_path }}/molotov.{{ molotov.version }}
- source: {{ molotov.url }}/{{ molotov.version }}/{{ molotov.file }}
- source: {{ molotov.url }}/Molotov-{{ molotov.version }}.AppImage
- skip_verify: true
- user: root
- group: root