--- - name: Converge hosts: all roles: - ansible-role-chrony vars: chrony_keys: 42: cipher: SHA-256 hex: 11881F168AF08DB67736A9530F952BB7D8CCA3F3 chrony_config: pool: server: - 0.fr.pool.ntp.org iburst - 1.fr.pool.ntp.org iburst - 2.fr.pool.ntp.org iburst - 3.fr.pool.ntp.org iburst pre_tasks: - name: Update apt cache ansible.builtin.apt: update_cache: true