Compare commits

..

No commits in common. "fix-systemd-resolved-install" and "main" have entirely different histories.

View file

@ -1,11 +1,4 @@
---
- name: Ensure systemd-resolved is installed
tags: [ "deploy_systemd_resolved_config" ]
become: true
when: ansible_facts["distribution"] == "Debian"
ansible.builtin.package:
name: [ "systemd-resolved" ]
- name: Deploy systemd-resolved config
tags: [ "deploy_systemd_resolved_config" ]
become: true