--- # Main tasks file for ansible-role-ntp - name: Include OS specific variables. include_vars: "{{ ansible_os_family }}.yml" - name: Install ntp include_tasks: "packages/setup-{{ ansible_system }}.yml" - name: Configure ntp include_tasks: config.yml