Skip to content

Commit

Permalink
fix: install chrony added for images not already containing the service
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe (S) Azerof authored and PACordonnier committed Nov 7, 2023
1 parent 701cb87 commit 0b48bd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/chrony/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# SPDX-License-Identifier: Apache-2.0

---
- name: Install chrony
ansible.builtin.package:
name: chrony

- name: Configure chrony
ansible.builtin.template:
dest: /etc/chrony.conf
Expand Down

0 comments on commit 0b48bd5

Please sign in to comment.