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