mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-05 02:31:07 -03:30
install docker on a largest number of linux distribution (based on https://github.com/marklee77/ansible-role-docker)
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
---
|
||||
- name: restart docker
|
||||
command: /bin/true
|
||||
notify:
|
||||
- reload systemd
|
||||
- restart docker service
|
||||
|
||||
- name: reload systemd
|
||||
shell: systemctl daemon-reload
|
||||
|
||||
- name: restart docker service
|
||||
service: name=docker state=restarted
|
||||
Reference in New Issue
Block a user