summaryrefslogtreecommitdiffstats
path: root/tests/test.yml
blob: a51eedd1ce1a3f3e162dc70aafce3f2ff151a9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- hosts: all

  vars:
    ntp_enabled: false
    ntp_manage_config: true

  pre_tasks:
    - name: Update apt cache.
      apt:
        update_cache: yes
        cache_valid_time: 600
      when: ansible_os_family == 'Debian'

  roles:
    - role_under_test