Skip to content

Commit 8c50707

Browse files
authored
Merge pull request #6 from grycap/micafer-patch-1
Change VNC session check from ':1' to '5901'
2 parents b5eb6e4 + 6288aa5 commit 8c50707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/vnc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
become: true
5555
when:
5656
- start_vnc_server
57-
- "':1' not in vnc_sessions.stdout"
57+
- "'5901' not in vnc_sessions.stdout"

0 commit comments

Comments
 (0)