ansible-config/roles/common/tasks/pre-tasks.yml

9 lines
156 B
YAML
Raw Normal View History

---
- name: install requirements for some Ansible operations
apt:
name: "{{ item }}"
state: present
with_items:
- aptitude
- python-apt