Signed-off-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Jakub Jelen 2022-08-16 09:05:03 +02:00 committed by Jakub Jelen
parent 08285659ed
commit 77d3163243

View file

@ -70,6 +70,7 @@
{% endif %}
block:
- name: Make sure hostkeys are available
# noqa var-spacing
ansible.builtin.shell: |
set -eu
if set -o | grep pipefail 2>&1 /dev/null ; then