Skip to content

Commit

Permalink
Fix: Remove unsupported param with ansible 9x
Browse files Browse the repository at this point in the history
Error:
Unsupported parameters for (ansible.legacy.command) module: warn.
Supported parameters include: _raw_params, _uses_shell, argv, chdir,
creates, executable, expand_argument_vars, removes, stdin,
stdin_add_newline, strip_empty_ends.

Issue: RELENG-5175
Signed-off-by: Anil Belur <[email protected]>
Change-Id: I20029e1bcf03b68a4a4681a23e332a8bcb5a0d97
  • Loading branch information
askb committed Feb 29, 2024
1 parent 6bc4ba8 commit 8e2583d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions provision/install-base-pkgs-RedHat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@
manager: auto
- name: Replace git with git236
ansible.builtin.command: yum replace -y git --replace-with git236
args:
warn: false
when: ansible_facts.packages['git'] is defined
become: true
when:
Expand Down

0 comments on commit 8e2583d

Please sign in to comment.