Commit 01430a4d authored by nanahira's avatar nanahira

updates

parent 38fb9864
......@@ -10,3 +10,8 @@
systemd:
name: docker
state: reloaded
- name: restart_docker
become: true
systemd:
name: docker
state: restarted
......@@ -32,6 +32,7 @@
update_cache: yes
state: latest
when: ansible_os_family == 'Debian'
notify: restart_docker
- name: clean yum Docker
become: true
yum:
......@@ -69,6 +70,7 @@
update_cache: yes
state: latest
when: ansible_os_family == 'RedHat'
notify: restart_docker
- name: docker user group
become: true
user:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment