ansible-pentest-with-tor
ansible-pentest-with-tor copied to clipboard
I got yml syntax error
When I run 'wget -qO - https://raw.githubusercontent.com/jivoi/ansible-pentest-with-tor/master/bootstrap.sh | sh', I got Syntax Error while loading YAML script - name: Configure tor template: > src=torrc.j2 dest=/etc/tor/torrc owner=root group=root mode=0644 ^