local/roles/jp/tasks/Debian.yaml

7 lines
85 B
YAML

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