From aa2f6388ce9fc3aeb359801936c45ae60ec7918a Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Thu, 2 May 2024 12:58:49 -0500 Subject: [PATCH] tests: remove deprecated ansible option As of ansible 2.11 the warn option was deprecated for the shell module. In ansible 2.14 it has been removed entirely making these playbooks inoperable. Signed-off-by: Tobin Feldman-Fitzthum --- tests/e2e/ansible/install_containerd.yaml | 1 - tests/e2e/ansible/install_test_deps.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/e2e/ansible/install_containerd.yaml b/tests/e2e/ansible/install_containerd.yaml index 2dcd4116..4f6d1021 100644 --- a/tests/e2e/ansible/install_containerd.yaml +++ b/tests/e2e/ansible/install_containerd.yaml @@ -31,7 +31,6 @@ containerd config default > /etc/containerd/config.toml args: executable: /bin/bash - warn: false - name: Restart containerd service service: name: containerd diff --git a/tests/e2e/ansible/install_test_deps.yaml b/tests/e2e/ansible/install_test_deps.yaml index 337a9b42..06d3d3e0 100644 --- a/tests/e2e/ansible/install_test_deps.yaml +++ b/tests/e2e/ansible/install_test_deps.yaml @@ -43,7 +43,6 @@ cp -f ./kustomize /usr/local/bin args: creates: /usr/local/bin/kustomize - warn: false retries: 3 delay: 10 when: kustomize_exist.rc != 0