Skip to content

Commit

Permalink
Remove 'warn:' that's removed in ansible-core 2.14. (#328)
Browse files Browse the repository at this point in the history
(cherry picked from commit b362bdf)
  • Loading branch information
felixfontein authored and patchback[bot] committed Apr 1, 2022
1 parent 9241eca commit 4c65b52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tests/integration/targets/docker_swarm/tasks/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/targets/setup_docker/tasks/Fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

- name: Update cache
command: dnf makecache
args:
warn: no

- name: Install docker
dnf:
Expand Down
4 changes: 0 additions & 4 deletions tests/integration/targets/setup_docker/tasks/RedHat-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,8 +27,6 @@

- name: Update cache
command: yum -y makecache fast
args:
warn: no

- name: Install docker
yum:
Expand Down

0 comments on commit 4c65b52

Please sign in to comment.