We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe07c38 commit 6ab5dbaCopy full SHA for 6ab5dba
tasks/main.yml
@@ -12,7 +12,12 @@
12
vars:
13
conditions:
14
- systemd_resolved_dns_stub_listener is boolean
15
+ # yamllint doesn't like these next two lines because they
16
+ # are so long, but there is no clean way to shorten them.
17
+ #
18
+ # yamllint disable-line rule:line-length
19
- systemd_resolved_dns_stub_listener is string and systemd_resolved_dns_stub_listener == "tcp"
20
21
- systemd_resolved_dns_stub_listener is string and systemd_resolved_dns_stub_listener == "udp"
22
23
- name: Load var file with OS-specific information
0 commit comments