Compare commits
1 commit
d880eb8677
...
111450b908
| Author | SHA1 | Date | |
|---|---|---|---|
|
111450b908 |
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
- name: Ensure systemd-resolved is installed
|
||||
tags: [ "deploy_systemd_resolved_config" ]
|
||||
become: true
|
||||
when: ansible_facts["distribution"] == "Debian"
|
||||
when: ansible_facts["distribution"] == "Debian" and (ansible_facts["distribution_major_version"] | int) >= 13
|
||||
ansible.builtin.package:
|
||||
name: [ "systemd-resolved" ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue