Team,
If we have to run pbrun with arguments i.e. pbrun foo -u admin ,
ansible_become=yes
ansible_become_method=pbrun
ansible_become_user=admin
How to pass the additional foo argument?
Should it be ansible_become_exe=“/usr/local/bin/pbrun foo” ?