Browse Source

Run docker

Anuj Bansal 3 years ago
parent
commit
4521d95435
1 changed files with 4 additions and 0 deletions
  1. 4 0
      devops/aws/roles/rpc/tasks/main.yml

+ 4 - 0
devops/aws/roles/rpc/tasks/main.yml

@@ -41,6 +41,10 @@
   # Check for the status every 100s
   delay: 100
 
+- name: Make sure docker is running
+  command: systemctl start docker
+  become: yes
+
 - name: Run service containers
   command: yarn start
   environment: