1 2 3 4 5 6
--- - name: "Install wakeonlan" become: true ansible.builtin.package: name: "wakeonlan" state: "present"