This commit is contained in:
Wolfgang Faust 2026-01-13 05:17:26 +00:00 committed by GitHub
commit d13fef92ff
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