5 lines
89 B
YAML
5 lines
89 B
YAML
- hosts: [service/docker]
|
|
sudo: yes
|
|
tasks:
|
|
- shell: apt-get remove -y lxc-docker
|