QuackatronHQ / Gigarepo

Shells that use pipes should set the pipefail option ANS-E3006
Bug risk
Major
2 occurrences in this check
Shells that use pipes should set the pipefail option
37      local_action: ansible.builtin.command /usr/bin/take_out_of_pool {{ inventory_hostname }}
38
39    - name: shell with jinja filter
40      shell: echo {{ "hello"|upper }}41      changed_when: false
42
43
Shells that use pipes should set the pipefail option
23        revision: default
24
25    - name: fetch metadata as json
26      shell: cargo metadata | jq27      ignore_errors: false
28
29    - name: enable redshift service