mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
7
playbooks/06_remove_docker.yml
Normal file
7
playbooks/06_remove_docker.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- hosts: odroid_cluster
|
||||
become: true
|
||||
tasks:
|
||||
- name: Remove docker
|
||||
apt:
|
||||
name: docker.io
|
||||
state: absent
|
Reference in New Issue
Block a user