mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
jupyterhub drop python3-psutil
This commit is contained in:
parent
66a35ee950
commit
2ef96ad0ff
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@
|
|||
shell: df -B1 --output=used / | tail -1
|
||||
register: df1
|
||||
|
||||
|
||||
- name: "Install package: python3-psutil"
|
||||
package:
|
||||
name: python3-psutil
|
||||
state: present
|
||||
# 2025-02-16
|
||||
#- name: "Install package: python3-psutil"
|
||||
# package:
|
||||
# name: python3-psutil
|
||||
# state: present
|
||||
|
||||
- name: Remove previous virtual environment {{ jupyterhub_venv }}
|
||||
file:
|
||||
|
|
Loading…
Add table
Reference in a new issue