I need to be able to find out what parameters are entered when running an ansible playbook and do testing. e.g. command:
ansible-playbook myplaybook.yml -l eastCoastHosts
Since the subhost can be specify in Jenkins job, I need to know if the -l parameter is entered in the command.