Update install-docker.yaml

This commit is contained in:
sh3b0
2022-06-16 03:47:52 +03:00
parent 1e9999fe5c
commit cf0ba18092

View File

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