Skip to content

Commit

Permalink
allow error for apt update docker
Browse files Browse the repository at this point in the history
Signed-off-by: Kay Yan <[email protected]>
  • Loading branch information
yankay committed Apr 15, 2024
1 parent 1b870a1 commit 9647c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/container-engine/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
state: present
with_items: "{{ docker_repo_info.repos }}"
when: ansible_pkg_mgr == 'apt'
ignore_errors: true # noqa ignore-errors

- name: Configure docker repository on Fedora
template:
Expand Down

0 comments on commit 9647c32

Please sign in to comment.