@@ 15,4 15,5 @@ tasks: ansible-lint test.yml
ansible-playbook test.yml -i inventory --syntax-check
ansible-playbook test.yml -i inventory --become
- systemctl status tor
+ # need to redirect output to null, otherwise it waits for page
+ systemctl status tor > /dev/null