--- # file: roles/sut/tasks/main.yaml - name: Ubuntu specific import_tasks: ubuntu.yaml when: ansible_distribution|lower == 'ubuntu' - name: Taishan aarch64 specific import_tasks: taishan_workaround.yaml when: taishan_workaround is defined - name: Copy 80-vpp.conf file: src: '/dev/null' dest: '/etc/sysctl.d/80-vpp.conf' state: 'link' become: yes tags: copy-80-vpp