Commit 61e48d8c authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: enable ntp role for alpine

parent 613bced1
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -122,9 +122,7 @@
    # chrony
    - name: "ntp"
      ansible.builtin.import_tasks: "tasks/ntp.yaml"
      when:
        - 'type == "vm" or type == "hw"'
        - "ansible_os_family == 'Debian'"
      when: 'type == "vm" or type == "hw"'
      tags: "ntp"

    # flush handler