Skip waiting for input during testing

This commit is contained in:
2021-10-02 12:55:56 +02:00
parent 7dfe49b3a3
commit 625f1c4060

View File

@@ -45,7 +45,6 @@ test_ares() {
cd $(mktemp -d)
tar xf /tmp/dotfiles.tar.gz -C .
ANSIBLE_EXTRA_ARGS="-e manage_services=false" ./install.sh
read -p "Done, [return] to continue "
'
}