Fixed merge conflict

This commit is contained in:
2017-08-27 22:41:14 -04:00
2 changed files with 9 additions and 0 deletions

View File

@@ -67,6 +67,12 @@
- name: Replace fstab file
template: src=../roles/common/templates/fstab.j2 dest=/etc/fstab
- name: Replace docker daemon file
template: src=../roles/common/templates/docker-daemon.json.j2 dest=/etc/docker/daemon.json
- name: Restart docker service
shell: service docker restart
- name: Creates directory
file: path=/data state=directory

View File

@@ -0,0 +1,3 @@
{
"insecure-registries" : ["registry:5000"]
}