Remove sudo dependency

The sudo dependency should not be needed because sudo escalation is
managed by Ansible.
This commit is contained in:
Faustin Lammler
2021-10-30 12:53:30 +02:00
parent 010917b868
commit fcb1f461c0

View File

@@ -39,7 +39,7 @@
- name: Add Docker apt key (alternative for older systems without SNI).
shell: >
curl -sSL {{ docker_apt_gpg_key }} | sudo apt-key add -
curl -sSL {{ docker_apt_gpg_key }} | apt-key add -
args:
warn: false
when: add_repository_key is failed