Merge e872a83d6b3136b5b2a2369e3ebcadc0e95148ef into 42b4a88c963eb480b3c19117c19eac7e146fa8ff

This commit is contained in:
Wolfgang Faust 2025-04-05 22:39:13 +00:00 committed by GitHub
commit 5ebb6bed1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
file: path={{venv_root}}/websockify-ve3 state=directory owner={{user}}
#get python3 version for checks below
- shell: "python --version"
- shell: "python3 --version"
register: python_installed
#websockify's dependency numpy's latest version no longer supports 3.5

View File

@ -73,4 +73,4 @@
user: name={{user}} system=yes createhome=no home=/nonexistent
shell=/usr/sbin/nologin
become: true
when: id_user|failed
when: id_user is failed