Fix tripleo_entrypoint.sh

There was an error and the last if block was not being closed.
This patch fixes that error.

Change-Id: I0d3bdb4ed4f1bc40c52289965364043c54e1f9fc
This commit is contained in:
jlarriba 2022-12-01 10:00:52 +01:00
parent d2249b70e2
commit 0253c356d9
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ fi
if [ -n "$RUNNER_PLAYBOOK" ]; then
echo "---" > /runner/project/playbook.yaml
echo "$RUNNER_PLAYBOOK" >> /runner/project/playbook.yaml
fi
# Contents from ansible-runner entrypoint