aboutsummaryrefslogtreecommitdiffstats
path: root/installation/ansible-server/src/main/Playbooks/ansible_upgradesw_remjq@0.00.yml
blob: c5be63300cfc6b1f120d8bea60db34812cfac346 (plain)
1
2
3
4
5
6
7
8
9
---
- hosts: all
  tasks:
  - name: remove jq package
    apt:
      name: jq
      state: absent
      update_cache: yes
    become: true