Skip to content

Commit

Permalink
Remove warn argument to ansible.builtin.shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Oosterwijk committed Dec 12, 2022
1 parent efb7d82 commit c7e199a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
ansible.builtin.shell: "set -o pipefail && (vim --version | head -n1 | awk '{ print $5 }') || test $? -eq 141"
args:
executable: "/bin/bash"
warn: false
register: vim_version_string
changed_when: false

Expand Down

0 comments on commit c7e199a

Please sign in to comment.