7 lines
91 B
YAML
7 lines
91 B
YAML
- hosts: [{{ip}}]
|
|
sudo: yes
|
|
tasks:
|
|
- apt:
|
|
name: riak
|
|
state: absent
|