local/roles/curl/tasks/Debian.yaml

7 lines
87 B
YAML

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