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 f3c1b2f commit a3eeb16Copy full SHA for a3eeb16
molecule/default/tests/test_default.py
@@ -31,7 +31,7 @@ def test_symlink(host):
31
if host.system_info.distribution in ["amzn"]:
32
# /run/systemd/resolve/stub-resolv.conf is a symlink to
33
# /run/systemd/resolve/resolv.conf in AL2023, so the
34
- # /etc/resolv.conf symlink resolves to the former.
+ # /etc/resolv.conf symlink resolves to the latter.
35
symlink_target = "/run/systemd/resolve/resolv.conf"
36
else:
37
symlink_target = "/run/systemd/resolve/stub-resolv.conf"
0 commit comments