~kravietz/ansible-tor-hs

e0ddba01d82a29f524dbf1d12dbe6d4b53dcc0a3 — Pawel Krawczyk 4 years ago 3a868ab
redirect systemctl output to null
1 files changed, 2 insertions(+), 1 deletions(-)

M .builds/ubuntu.yml
M .builds/ubuntu.yml => .builds/ubuntu.yml +2 -1
@@ 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