Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Remove 'warn:' that's removed in ansible-core 2.14 #328

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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