Loading playbook.yaml +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
playbook.yaml +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading