mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 12:38:11 +00:00
8 lines
131 B
YAML
8 lines
131 B
YAML
|
- hosts: odroid_cluster
|
||
|
become: true
|
||
|
tasks:
|
||
|
- name: Remove docker
|
||
|
apt:
|
||
|
name: docker.io
|
||
|
state: absent
|