local/roles/jq/tasks/Debian.yaml

7 lines
85 B
YAML

---
- name: install apt package
become: true
apt:
name: jq
state: latest