Skip to content

Commit

Permalink
Corrections related to Amazon Linux in remove-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Dec 8, 2024
1 parent b4d7ccf commit e15ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/remove-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
state: absent
allow_unauthenticated: "{{ docker_allow_unauthenticated if ansible_pkg_mgr == 'apt' else omit }}"
disable_gpg_check: "{{ docker_disable_gpg_check if ansible_pkg_mgr in ['rpm', 'yum', 'dnf', 'dnf5', 'zypper'] else omit }}"
loop: "{{ docker_packages + ['docker-ce-rootless-extras'] }}"
loop: "{{ docker_packages + ['docker-ce-rootless-extras', 'docker'] }}"
register: _pkg_result
until: _pkg_result is succeeded

Expand Down

0 comments on commit e15ac5e

Please sign in to comment.