Files
2025-11-18 14:35:38 +01:00

8 lines
150 B
YAML

# tasks file for control
---
- name: install tools
apt: name={{item}} state=present update_cache=yes
with_items:
- curl
- python-httplib2