Remove 'warn:' that's removed in ansible-core 2.14. (#328)

This commit is contained in:
Felix Fontein 2022-04-01 22:46:58 +02:00 committed by GitHub
parent 6f0e1149fd
commit b362bdfd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 8 deletions

View File

@ -14,8 +14,6 @@
- name: CLEANUP | Clear out /var/lib/docker
shell: rm -rf /var/lib/docker/*
args:
warn: no
- name: CLEANUP | Start docker daemon
service:

View File

@ -15,8 +15,6 @@
- name: Update cache
command: dnf makecache
args:
warn: no
- name: Install docker
dnf:

View File

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