Selaa lähdekoodia

Update install-docker.yaml

sh3b0 4 vuotta sitten
vanhempi
commit
cf0ba18092
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      ansible/provisoning/ubuntu/install-docker.yaml

+ 3 - 0
ansible/provisoning/ubuntu/install-docker.yaml

@@ -36,6 +36,9 @@
   - name: add user permissions
     shell: "usermod -aG docker {{ ansible_env.SUDO_USER }}"
 
+  - name: Reset ssh connection for changes to take effect
+    meta: "reset_connection"
+
   # Installs Docker SDK
   # --
   #