v21.05: 更新tfe

This commit is contained in:
fumingwei
2021-06-01 17:22:01 +08:00
parent 6bf568fcbe
commit 1f30b045be
7 changed files with 15 additions and 5 deletions

View File

@@ -30,6 +30,11 @@
- /tmp/ansible_deploy/docker-ce/libsemanage-2.5-14.el7.x86_64.rpm
state: present
- name: "docker-ce: copy daemon.json to target"
copy:
src: '{{ role_path }}/files/daemon.json'
dest: /etc/docker/
- name: "docker-ce: systemctl start docker and enabled docker"
systemd:
name: docker