Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / installation / ansible-server / src / main / Playbooks / ansible_upgradesw_remjq@0.00.yml
1 ---
2 - hosts: all
3   tasks:
4   - name: remove jq package
5     apt:
6       name: jq
7       state: absent
8       update_cache: yes
9     become: true