updated molotov state
This commit is contained in:
parent
607895f35e
commit
5f677e81e4
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
molotov:
|
molotov:
|
||||||
url: http://desktop-auto-upgrade.molotov.tv/linux
|
url: http://desktop-auto-upgrade.molotov.tv/linux
|
||||||
file: molotov.AppImage
|
|
||||||
version: 4.4.4
|
version: 4.4.4
|
||||||
dest_path: /usr/local/bin
|
dest_path: /usr/local/bin
|
||||||
icon_path: /usr/share/icons/molotov.png
|
icon_path: /usr/share/icons/molotov.png
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
molotov-install:
|
molotov-install:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: {{ molotov.dest_path }}/molotov.{{ molotov.version }}
|
- name: {{ molotov.dest_path }}/molotov.{{ molotov.version }}
|
||||||
- source: {{ molotov.url }}/{{ molotov.version }}/{{ molotov.file }}
|
- source: {{ molotov.url }}/Molotov-{{ molotov.version }}.AppImage
|
||||||
- skip_verify: true
|
- skip_verify: true
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
|
Loading…
Reference in New Issue
Block a user