mirror of
https://github.com/internetarchive/brozzler.git
synced 2026-01-14 23:41:02 -05:00
Merge e872a83d6b into eb25858b7b
This commit is contained in:
commit
d13fef92ff
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue