<div dir="ltr">Hi Team,<div><br></div><div>I am trying to install jq on mac using ansible-playbook. I have used Macports module available in ansible to achieve this task</div><div>Playbook-snippet</div><div> - name: install items<br>      macports:<br>        name: "{{ item }}"<br>        state: present<br>      with_items:<br>        - jq<br>        - openjdk11</div><div>        - nodejs12<br>        - git<br></div><div><br></div><div>When I run this playbook the play is success and when I check for jq installation using command "jq --version" seeing command not found error, whereas other items like git and java are installed. Facing this issue only for nodejs and jq</div><div><br></div><div>Can anyone assists me on this ??</div><div><br></div><div>Awaiting for your reply.</div><div><br></div><div>Regards,</div><div>Sushma</div></div>