Ansible: Pbrun not able to execute
Rajarshi Das asked: I have the below inventory file [server] abc.com [server:vars] ansible_user="user1" ansible_ssh_pass="pwd" ansible_pbrun_exe="pbrun" ansible_pbrun_password="pqa" ansible_pbrun_user="root" and the playbook file — – name: Upgrade Java Version to all the …