Skip to content

Commit

Permalink
Update login.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rremizov committed Feb 5, 2024
1 parent af7ce93 commit a4619bb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tasks/login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
name: "{{ packages }}"
vars:
packages:
- python-setuptools
- python3-pip
- python3-setuptools

- name: Install dependencies
pip:
name: "{{ packages }}"
vars:
packages:
- docker
- python3-docker

- name: Login into Docker Registries
docker_login:
Expand Down

0 comments on commit a4619bb

Please sign in to comment.