Files
ansible/roles/system/tasks/curl.yml
2024-07-05 11:53:13 +02:00

7 lines
71 B
YAML

---
- name: install curl
package:
name: curl
state: present