Remove deprecated warn arg from command and shell module invocations.

This commit is contained in:
Jeff Geerling 2022-11-26 22:51:49 -06:00
parent 9685a2a30d
commit 03d5bd6d06

View File

@ -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.