updates
This commit is contained in:
parent
78fb1e816b
commit
e7ce4a3fab
6
kodi.yml
6
kodi.yml
@ -192,6 +192,12 @@
|
|||||||
command: "systemctl set-default graphical.target"
|
command: "systemctl set-default graphical.target"
|
||||||
when: "'graphical' not in systemdefault.stdout"
|
when: "'graphical' not in systemdefault.stdout"
|
||||||
|
|
||||||
|
- name: Allow port 8080 for remote control
|
||||||
|
community.general.ufw:
|
||||||
|
rule: allow
|
||||||
|
port: '8080'
|
||||||
|
proto: tcp
|
||||||
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user