mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Remove 'warn:' that's removed in ansible-core 2.14. (#328)
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
- name: Enable extras repository for RHEL on AWS
|
||||
# RHEL 7.6 uses REGION-rhel-server-extras and RHEL 7.7+ use rhel-7-server-rhui-extras-rpms
|
||||
command: yum-config-manager --enable REGION-rhel-server-extras rhel-7-server-rhui-extras-rpms
|
||||
args:
|
||||
warn: no
|
||||
|
||||
# Docker broke their .repo file, so we set it up ourselves
|
||||
- name: Set-up repository
|
||||
@@ -29,8 +27,6 @@
|
||||
|
||||
- name: Update cache
|
||||
command: yum -y makecache fast
|
||||
args:
|
||||
warn: no
|
||||
|
||||
- name: Install docker
|
||||
yum:
|
||||
|
||||
Reference in New Issue
Block a user