cellinfo
/
ansible.apt
Archived
2
0
Fork 0
This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible.apt/handlers/main.yml

7 lines
82 B
YAML
Raw Normal View History

---
# handlers file for apt
- name: aptitude update
apt:
update_cache: yes