Update install-docker.yaml

This commit is contained in:
sh3b0 2022-06-16 03:40:46 +03:00
parent 6bbd357570
commit 1e9999fe5c

View File

@ -34,7 +34,7 @@
update_cache: yes update_cache: yes
- name: add user permissions - name: add user permissions
shell: "usermod -aG docker {{ ansible_env.USER }}" shell: "usermod -aG docker {{ ansible_env.SUDO_USER }}"
# Installs Docker SDK # Installs Docker SDK
# -- # --
@ -44,7 +44,7 @@
name: python3-pip name: python3-pip
- name: install python sdk - name: install python sdk
become_user: "{{ ansible_env.USER }}" become_user: "{{ ansible_env.SUDO_USER }}"
pip: pip:
name: name:
- docker - docker