9 lines
137 B
YAML
9 lines
137 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
tasks:
|
||
|
- name: rm folder
|
||
|
become: yes
|
||
|
file:
|
||
|
path: /home/mg/dotfiles-repo
|
||
|
state: absent
|