Skip to content

Commit 81b38dd

Browse files
jsf9kmcdonnnj
andauthored
Use vars value rather than hardcoded value
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
1 parent a6a303f commit 81b38dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# provided by systemd-resolved.
4343
no_extra_spaces: true
4444
option: DNSStubListener
45-
path: /etc/systemd/resolved.conf
45+
path: "{{ config_file }}"
4646
section: Resolve
4747
value: "{{ systemd_resolved_dns_stub_listener }}"
4848

0 commit comments

Comments
 (0)