CoffeeITWorks / ansible_burp2_server

Ansible role to deploy burp2 server
MIT License
10 stars 9 forks source link

Check burp version command using non-privileged user #77

Closed guimaluf closed 3 years ago

guimaluf commented 3 years ago

When checking burp version using become: true shell PATH doesn't include /usr/local/sbin which is the default location for burp on CentOS

This commit set become: false to version check task to ensure PATH includes /usr/local/sbin