mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-30 09:51:10 +01: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