- apt: name: "{{pkgs}}" when: system == 'debian' # todo - get rid of systemd-resolved # todo - first start with systemctl not nsd-control - copy: content: | journalctl -xeu nsd -n10 -f dest: /root/lognsd mode: "0755" when: system == 'debian'