Skip to content

Commit

Permalink
Remove warn option from shell module
Browse files Browse the repository at this point in the history
... because this has been deprecated in Ansible 2.11 and removed in 2.14.

Signed-off-by: Volker Theile <vtheile@suse.com>
  • Loading branch information
votdev authored and albinsun committed Mar 21, 2024
1 parent 9c761fc commit b04d443
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vagrant-pxe-harvester/ansible/setup_rancher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@
tasks:
- name: setup k3s
shell: curl -sfL https://get.k3s.io | sh -
args:
warn: false
environment:
INSTALL_K3S_VERSION: "{{ settings.rancher_config.kubernetes.version }}"

- name: setup helm
shell: curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
args:
warn: false

- name: update repo
shell: |
Expand Down

0 comments on commit b04d443

Please sign in to comment.