Update Makefile

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-03-06 16:55:04 +01:00
parent b5ea3da619
commit 58de15ce2d
4 changed files with 1 additions and 53 deletions

View File

@ -238,11 +238,6 @@
name: "{{ packages.apt.install }}"
state: present
- name: set local RTC
shell: "timedatectl set-ntp true"
args:
executable: /bin/bash
- name: update pip3, setuptools, wheel
shell: "python3 -m pip install --upgrade pip setuptools wheel"
args:

View File

@ -181,11 +181,6 @@
update_cache: yes
install_recommends: false
- name: set local RTC
shell: "timedatectl set-ntp true"
args:
executable: /bin/bash
- name: update pip3, setuptools, wheel
shell: "python3 -m pip install --upgrade pip setuptools wheel --break-system-packages"
args: