ansible/roles/i2c-clock/tasks/remove-fake-clock.yml
2021-01-25 21:50:02 +01:00

8 lines
119 B
YAML

---
- name: uninstall fakehw
become: yes
apt:
update_cache: yes
state: absent
pkg:
- fake-hwclock