6 lines
120 B
YAML
6 lines
120 B
YAML
|
- name: Remove local build directory
|
||
|
delegate_to: localhost
|
||
|
file:
|
||
|
path: './build/automations'
|
||
|
state: absent
|