6 lines
89 B
YAML
6 lines
89 B
YAML
- hosts: [ {{ host }} ]
|
|
sudo: yes
|
|
tasks:
|
|
- file: path=/root/openrc state=absent
|
|
|