Browse Source

Adding 3.6 files and modifications

Davis Phillips 7 years ago
parent
commit
cd08737844
1 changed files with 9 additions and 0 deletions
  1. 9 0
      roles/docker-storage-setup/tasks/main.yaml

+ 9 - 0
roles/docker-storage-setup/tasks/main.yaml

@@ -6,3 +6,12 @@
     owner: root
     group: root
     mode: 0644
+
+- name: stop docker
+  service: name=docker state=stopped
+
+- name: run docker-storage-setup
+  command: docker-storage-setup
+
+- name: start docker
+  service: name=docker state=started