Skip to content

Commit

Permalink
Merge pull request #373 from fitzthum/fix-ansible-warn
Browse files Browse the repository at this point in the history
tests: remove deprecated ansible option
  • Loading branch information
wainersm committed May 15, 2024
2 parents 7f0bc34 + aa2f638 commit 529c52a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/e2e/ansible/install_containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
containerd config default > /etc/containerd/config.toml
args:
executable: /bin/bash
warn: false
- name: Restart containerd service
service:
name: containerd
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/ansible/install_test_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 529c52a

Please sign in to comment.