mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Remove deprecated warn arg from command and shell module invocations.
This commit is contained in:
parent
9685a2a30d
commit
03d5bd6d06
@ -41,8 +41,6 @@
|
||||
- name: Add Docker apt key (alternative for older systems without SNI).
|
||||
shell: >
|
||||
curl -sSL {{ docker_apt_gpg_key }} | apt-key add -
|
||||
args:
|
||||
warn: false
|
||||
when: add_repository_key is failed
|
||||
|
||||
- name: Add Docker repository.
|
||||
|
Loading…
Reference in New Issue
Block a user