blob: fa0fb9218f5461b1d29d8910253c18a63da4b042 [file] [log] [blame]
Zack Williamsd126d772022-01-31 23:12:47 -07001---
2# chrony molecule/default/verify.yml
3#
4# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7
8- name: Prepare for chrony role
9 hosts: all
10
11 pre_tasks:
12
13 - name: update apt cache
14 apt:
15 update_cache: true