Merge pull request #311 from fauust/fix-sudo-dep

Remove sudo dependency
This commit is contained in:
Jeff Geerling 2021-10-31 00:03:43 -05:00 committed by GitHub
commit e8c2b9ffbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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