Add missing become: true to jq on Debian

This commit is contained in:
Kenneth Benzie 2023-02-04 16:04:52 +00:00
parent b0d2fd212e
commit b3cd84e181

View File

@ -1,5 +1,6 @@
---
- name: install apt package
become: true
apt:
name: jq
state: latest