mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
add pipefail
This commit is contained in:
parent
33d513abdb
commit
1b9674d3ea
@ -33,7 +33,7 @@
|
|||||||
remote_src: true
|
remote_src: true
|
||||||
|
|
||||||
- name: Generate crypto salt
|
- name: Generate crypto salt
|
||||||
shell: "cat /dev/urandom | head -c 64 | base64 --wrap=0"
|
shell: "set -o pipefail && cat /dev/urandom | head -c 64 | base64 --wrap=0"
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
register: cryptosalt_string
|
register: cryptosalt_string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user