8 lines
119 B
YAML
8 lines
119 B
YAML
---
|
|
- name: uninstall fakehw
|
|
become: yes
|
|
apt:
|
|
update_cache: yes
|
|
state: absent
|
|
pkg:
|
|
- fake-hwclock |