Merge branch 'master' of ssh://pagure.io/fedora-infra/ansible

This commit is contained in:
Stephen Smoogen 2020-05-26 11:13:05 -04:00
commit e6c3e373ff

View file

@ -10,4 +10,4 @@ test -n "$RESALLOC_RESOURCE_DATA"
# we only put IP out in spawning script, nothing else
set -- $(echo "$RESALLOC_RESOURCE_DATA" | base64 --decode)
IP=$1
ssh "root@$IP" true
ssh -o ConnectTimeout=10 "root@$IP" true