6 lines
70 B
YAML
6 lines
70 B
YAML
|
|
- hosts: [{{ ip }}]
|
|
sudo: yes
|
|
tasks:
|
|
- shell: echo 'removed'
|