1
0
ansible-home-assistant/tasks/clean.yml

6 lines
120 B
YAML
Raw Normal View History

2024-08-20 23:16:31 +00:00
- name: Remove local build directory
delegate_to: localhost
file:
path: './build/automations'
state: absent