summaryrefslogtreecommitdiffstats
path: root/tests/test.yml
blob: cd5a41889707e2d4c4f3038a5ecf0d15d4214039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- 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