ansible-role-nfs/tests/test.yml

11 lines
163 B
YAML
Raw Normal View History

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