Commit 19beb682 authored by Rafael Monnerat's avatar Rafael Monnerat

Clear terminal before continue..

parent 6d20819d
......@@ -13,6 +13,7 @@ function download_playbook {
tar -xzvf $TFILE
rm $TFILE
cd */playbook
clear
}
# Determine what system we are running on. This provides ``os_VENDOR``,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment