Skip to content

Commit 1a54f76

Browse files
jsf9kmcdonnnj
andauthored
Correct default value
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
1 parent 704ae2c commit 1a54f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ None.
2121

2222
| Variable | Description | Default | Required |
2323
|----------|-------------|---------|----------|
24-
| systemd_resolved_dns_stub_listener | The value to use for the DNSStubListener value in the `systemd-resolved` configuration file. Must be `tcp`, `udp`, or a boolean value. See [here](https://man.archlinux.org/man/resolved.conf.5.en) for more information. | `"yes"` | No |
24+
| systemd_resolved_dns_stub_listener | The value to use for the DNSStubListener value in the `systemd-resolved` configuration file. Must be `tcp`, `udp`, or a boolean value. See [here](https://man.archlinux.org/man/resolved.conf.5.en) for more information. | `true` | No |
2525
| systemd_resolved_resolv_conf_filename | The location of the target to which `/etc/resolv.conf` will be symlinked. Note that `dynamic_resolv_conf_target_dir` and `static_resolv_conf_target_dir` are role vars that are available for use when defining this variable. See [here](https://man.archlinux.org/man/systemd-resolved.8#/ETC/RESOLV.CONF) for more information. | `"{{ dynamic_resolv_conf_target_dir }}/stub-resolv.conf"` | No |
2626
<!--
2727
| required_variable | Describe its purpose. | n/a | Yes |

0 commit comments

Comments
 (0)