ansible-role-munin/tests/test.yml

11 lines
163 B
YAML
Raw Normal View History

---
2016-09-14 02:09:24 +00:00
- hosts: all
2016-09-14 02:12:14 +00:00
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes
when: ansible_os_family == 'Debian'
roles:
2016-09-14 02:09:24 +00:00
- role_under_test