Skip to content

Commit

Permalink
Merge pull request #987 from shyam-biradar/6278
Browse files Browse the repository at this point in the history
TVAULT-6278: Added become true to docker login task
  • Loading branch information
shyam-biradar authored Jun 24, 2024
2 parents 4f867ba + 267e0a1 commit 879a2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
tags: triliovault

- name: Log into triliovault docker registry
become: true
docker_login:
registry: "{{ triliovault_docker_registry }}"
username: "{{ triliovault_docker_username }}"
Expand Down
1 change: 1 addition & 0 deletions kolla-ansible/ansible/roles/triliovault/tasks/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
tags: triliovault

- name: Log into triliovault docker registry
become: true
docker_login:
registry: "{{ triliovault_docker_registry }}"
username: "{{ triliovault_docker_username }}"
Expand Down

0 comments on commit 879a2db

Please sign in to comment.